This tag will allow you to add a border to your pictures. The tag for the border looks
like BORDER="#". This adds onto the picture tag, so the end result looks like
<IMG SRC="url" BORDER="#">
The #, is replaced with the size of the border, which ranges from 0 to 999. Below is an example, using the border tag.
The border on the example is set to 3.
|
index.html - Notepad |
....<BODY>
<IMG SRC="images/ex.gif" BORDER="3">
</BODY>....
|
|
|
My Homepage - Microsoft Internet Explorer |
|
|