4th February 2012 search this site | sitemap | advertise 

  HTML Image and Link Tags including HREF - IMG SRC - ALT - ALIGN

spr
Click Here for CoffeeCup Website Design Software
spr
HTML tags - Linkage, image and multimedia Tags
spr
<A HREF="URL"> link text/image </A>

Provides a link to the URL in the <A HREF> tag, the </A> denotes the end of the link tag.

spr
<A HREF="#???"> link text/image </A>

Provides a link to an <A NAME="??"> tag in the same document, </A> denotes the end of the link tag.

spr
<A HREF="URL#???"> link text/image </A>

Provides a link to an <A NAME="??"> tag in the document given in the URL, </A> denotes the end of the link tag.

spr
<A HREF="mailto:whoever@domain.com"> link text/image </a>

Provides a link to send an email to the recipient in the <A HREF> tag. If you want to set the subject for the email you can use <A HREF="mailto:whoever@domain.com?subject=****"> link text/image </A> where **** is the text of the subject.

spr
<A NAME="???"> link text/image </A>

Defines a part of a document to be linked to by the <A HREF="#???"> and <A HREF="URL#???"> tags.

spr
<IMG SRC="URL">

Displays the image in the given URL.

spr
<IMG SRC="URL" ALIGN="LEFT|CENTER|RIGHT">

where LEFT, CENTER, or RIGHT are the alignment parameters. For example to display an image that is right-aligned use <IMG SRC="URL" ALIGN="RIGHT">.

spr
<IMG SRC="URL" VALIGN="TOP|MIDDLE|BOTTOM">

where TOP, MIDDLE, or BOTTOM are the alignment parameters. For example to display an image that is bottom-aligned use <IMG SRC="URL" VALIGN="BOTTOM">.

spr
<IMG SRC="URL" ALT="???">

allows a text alternative, where ??? is the text to be displayed if the image is unobtainable.

spr
<IMG SRC="URL" WIDTH="xx" HEIGHT="yy">

denotes how big the image should be displayed, where xx is the width and yy is the height in pixels.

spr
<IMG SRC="URL" WIDTH="xx%" HEIGHT="yy%">

the same as above but the dimensions given in percent, instead of pixels.

spr
<IMG SRC="URL" BORDER="??">

defines the size of the border around the image in pixels.
spr
back to top | back to Tags menu - © Copyright 2001-2012 helpwithpcs.com
spr