HTML
|
JavaScript
Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Adding Pictures
Align Pictures
Alternative Name
Background Picture
Picture Border
Picture Link
Picture Spacing
Table Background
Width and Height
Picture Border
244
Picture Border
Description
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.
Code
<IMG SRC="http://www.activejump.com/images/sample.jpg" BORDER="3">
Output
Practice
<IMG SRC="http://www.activejump.com/images/sample.jpg" BORDER="3">
Advertisements