Write all the steps to add borders to pictures in an HTML document
14 Likes
To add borders to pictures in an HTML document, we can use the border tag.
Syntax:
<img src = "URL/Path" Border = "thickness in pixels">
Example:
<img src = "d:/images/computer.jpg" Border = "5">
Answered By
7 Likes
How will you set right direction of Marquee tag in an HTML document?
Write all the steps to insert pictures in an HTML document
Write all the steps to add space around pictures/images in an HTML document
Write all the steps to resize the pictures/images in an HTML document