KnowledgeBoat Logo
|

Computer Studies

How can we add border to a picture in HTML

HTML Advanced Features

18 Likes

Answer

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

11 Likes


Related Questions