|
Image Borders <img border=#> sets the border size of an image The image border is the line that appears around the edge of a picture placed on a Web page. Normally, this border will only appear if you use the image as a link; however, you can create a border of any size around your image by using the <img border=#> tag, and replacing the # with a border size, from 0-99. You can also prevent a border from appearing around a linked image by setting the border size to zero (<img border=0>) Our normal image, with the border unspecified has no border at all:
But we can add a border, using <img border=#>. <img border=5 src="bronze.gif">
<img border=15 src="bronze.gif">
<img border=30 src="bronze.gif">
And that does it for this lesson I hope you enjoyed it and found it easy to follow along with. As always, if you have questions or suggestions, I'd look forward to hearing from you.
Return to Help Index
|