How will you add border to a picture in an HTML document?
21 Likes
We can add border to a picture by using the border tag.
Syntax:
<img src = "URL/Path" border = "thickness in pixels">
Example:
<img src = "d:/images/computer.jpg" border = "5">
Answered By
15 Likes
What are the different attributes of Marquee tags? Name them.
Distinguish between Unordered list and Ordered list.
How will you resize a picture in an HTML document?
How will you set right direction of Marquee tag in an HTML document?