One of the neat (and bothersome) things about HTML, is that the
statements can be used anywhere in the text. When you are writing a
page and you want to DISPLAY a command however, it's kinda
difficult without actually activating the command.
Comment Fields
<--! This is the comment line. Anything appearing here will not
be displayed. -->
Hyperlinks
<A
HREF="http://www.myisp.net/~mypage.html"> Visit MyPage!
</A>
Shows up as Visit
MyPage!
*See Also Name
<B> - </B> Bold Text
<Font> - Change the FONT attributes. You can change the type of font, the COLOR theSIZE Just about anything
:)
<HR> - Horizontal Rule (I.E. a line)
Anchors <Name>
<A NAME="dealers"> </A>
Where "dealers" is the name you want for your link. Then where you
click to go TO that part of the page, just put:
<A HREF="#dealers">Dealers Listing
</A>
You can also jump from one page to a specific part of
another page!