KnowledgeBoat Logo
|

Computer Studies

How will you add border to a picture in an HTML document?

HTML Advanced Features

21 Likes

Answer

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


Related Questions