Title: Picture Border
URL: http://www.activejump.com/d-4.shtml
Email: webmaster@activejump.com
Introduction
Adding a border to your pictures is a very common thing.
In this section you will be learning the tags and information you will need to know so you can add a
border to your pictures.
Picture Border
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 |
|
|
|