Basic HTML Tutorial: Giving Your
Image a Border
Home > Build
> Programming > HTML
> Basic
HTML Tutorial
2.5 Giving your image a border
To add a border to your image, simply use the
border attribute. You can specify the size of the border by
giving it a number (in pixels).
Here is an example:
<IMG SRC="simple.gif" border=5>

Now you should have a good understanding of
how to use and manipulate graphics in your web page. Next,
we'll move on to links.