Headers or Headline Commands
<H1> ... </H1>
<H2> ... </H2>
<H3> ... </H3>
<H4> ... </H4>
<H5> ... </H5>
<H6> ... </H6>
H1 is the largest and H6 is the smallest.
Horizontal Rules
<HR> - defines horizotal rule (line across
page) default is one pixel.
<HR SIZE=n WIDTH=n/p%> Specify the thickness
of the rule with the SIZE attribute, which takes an integer number n
of pixels. The width of the rule can be specified in number n
of pixels or as a percentage p% of the currently available window
width, using the WIDTH attribute. Don't forget that percentage values
must be quoted!
Background color
<BODY BGROUND="FFFF00" TEXT="8C1717" LINK="00FFFF"
VLINK=000FFF"> - defines background bground color, text
color, link color, and visited link vlink color - they
are may be different.
<BODY BACKGROUND="filename"> - allows image
(in jpeg or gif) format to be placed as background on page. It will automatically
tile itself to file available space.
Links
<A HREF ... To be continue