Computer Studies
Write all the steps to add borders to pictures in an HTML document
HTML Advanced Features
14 Likes
Answer
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