Hi,
I want to create round shape corner box using HTML. I couldn't see any in-built HTML tag to create it. Do it need to use CSS to create round shape corner in HTML?
Thanks,
w3school
Hi,
In W3school, this code is not available. In this code, at least four corner images are involved. I found actual code for you across these links:
1) ww.webdevelopersnotes.com/tips/html/html_table_tutorial_rounded_corners.php3
2) ww.dynamicdrive.com/style/csslibrary/item/css3_rounded_corners_using_border_radius/
In the first link, you can get html based code and in the second link you can get the appropriate CSS based code.