How can we add border to a picture in HTML
17 Likes
We can enhance the images on the web page by adding border to the images. This task can be done 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
10 Likes
Define Ordered List in HTML
Define Behaviour in Marquee HTML Tag
How can we add text along with a picture in HTML
What are the different attributes of Marquee tags? Name them.