HTML Reference Guide


Tag Index | Content List | HTML FAQ


How do I place an image in my page?

Images are easy and fun to put on your page. But you must be careful not to overload your page with images so that it takes forever to download.

Example code:

<IMG SRC="image.gif">

Result:

You can also control the size of the image with size attributes.

Example code:

<IMG SRC="image.gif" WIDTH=50 HEIGHT=50>

Result:

And you can place borders around your image with the BORDER attribute.

Example code:

<IMG SRC="image.gif" BORDER=1>

Result:


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.