Adding links and graphics to HTML documents

Use the following tags to add hyperlinks, pictures, and other graphics to your Web pages.

 

Link Something <A HREF="URL"></A>

Link to Target <A HREF="URL#"></A> (if in another document)

<A HREF="#"></A> (if in current document)

N2.0 Target Window <A HREF="URL" TARGET=""></A>

Define Target <A NAME=""></A>

Display Image <IMG SRC="URL">

Alignment <IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>

Alternate <IMG SRC="URL" ALT=""> (if image not displayed)

Dimensions <IMG SRC="URL" WIDTH=? HEIGHT=?> (in pixels)

Border <IMG SRC="URL" BORDER=?> (in pixels)

Runaround Space <IMG SRC="URL" HSPACE=? VSPACE=?> (in pixels)

N1.0 Low-Res Proxy <IMG SRC="URL" LOWSRC="URL">

Imagemap <IMG SRC="URL" ISMAP> (requires a script)

Imagemap <IMG SRC="URL" USEMAP="URL">

Map <MAP NAME=""></MAP> (describes the map)

Section <AREA SHAPE="RECT" COORDS=",,," HREF="URL"|NOHREF>

N1.1 Client Pull <META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">

N2.0 Embed Object <EMBED SRC="URL"> (insert object into page)

N2.0 Object Size <EMBED SRC="URL" WIDTH=? HEIGHT=?>

 

Related topics

Formatting HTML documents

HTML tags

Adding dividers to HTML documents