|
|
This is least amount of HTML Code required to make an HTML Link:
|
|
|
<A HREF="htmltoc.htm">HTML Table of Contents</A> |
<-- a Link to 'htmltoc.htm', with a Description of 'HTML Table of Contents'. |
| This Code will produce this: |
|
You can also use the 'Full Path' to make your HTML Link:
|
|
|
<A HREF="http://www.dkflyer.com/htmltoc.htm">HTML Table of Contents</A> |
<-- a Full Path Link to 'htmltoc.htm', with a Description of 'HTML Table of Contents'. |
| This Code will produce this: |
|
You can add 'GIF' or 'JPG' (JPeg) Images to your HTML:
|
|
|
<IMG ALT="dkFlyer" BORDER=0 SRC="dkfw.gif"> or <IMG ALT="dkFlyer" BORDER=0 SRC="dkfw.gif"> |
<-- an Image to 'http://www.dkflyer.com/images/dkfw.gif', <-- a Full Path Image to 'dkfw.gif'. |
| This Code will produce this if you are displaying Graphics: |
| This Code will produce this if you are displaying Text: |
dkFlyer
|
You can 'Stretch' and Image to create a Graph:
|
|
|
<IMG ALT="====================" BORDER=0 SRC="bar.gif" HEIGHT=10 WIDTH=200><BR> <P> <IMG ALT="========================================" BORDER=0 SRC="bar.gif" HEIGHT=10 WIDTH=400><BR> |
<-- a 200 pixel wide bar image, <-- a 'Page Break' (Line Space), <-- a 400 pixel wide bar image. |
| This Code will produce this if you are displaying Graphics: |
![]()
![]()
| This Code will produce this if you are displaying Text: |
====================
========================================
| For an example of a Graph, click here or here. |
|
To create a Linked Image, you merely put the two together:
|
|
|
<A HREF="http://www.dkflyer.com/index.htm"> <IMG ALT="dkFlyer" BORDER=0 SRC="http://www.dkflyer.com/images/dkfw.gif"> </A> |
<-- a Full Path Link to 'index.htm', with an Image of 'dkFlyer'. |
| This Code will produce this: |
|
Anchors allow you to create Links within the Same HTML Document:
|
|
|
<A NAME="_top"></A>
<A HREF="#_top">Back to the Top</A> |
<-- the Anchor to '#_top' placed within your HTML Document, <-- a Link to '_top'. |
| This Code will produce this (try it): |
Back to the Table of Contents