Posts Tagged ‘size details’

Images in HTML Code

To add an image in HTML code, insert:

<img src=”image.jpg” />

Adding alternative text, is as follows:

<img src=”http://bahoot.com/image.gif” alt=”I am an image!” />

add image size details:

<img src=”http://bahoot.com/image.gif” alt=”I am an image!” height=”10″ width=”15″/>

Images as links:

<a href=”http://www.bahoot.com/”>
<img src=”image.gif”>
</a>

Be the first to comment - What do you think?  Posted by Capes - July 26, 2009 at 8:46 pm

Categories: HTML Notes   Tags: , , , , , , , , , , ,