First Things First
How the basic HTML Web page looks<HTML> <HEAD> <BODY> Put whatever you want to be on your page in-between the BODY tags. </BODY> </HTML> |
Headings
This is a level-one heading.<H1>This is a level-one heading.</H1>Use this for the main heading, or headline, of your Web page.
This is a level-two heading.<H2>This is a level-two heading.</H2>Use this for a subheading in your Web page.
This is a level-three heading.<H3>This is a level-three heading.</H3>You can use up to six levels of headings (<H1> - <H6>), with each successive heading normally being a little smaller in size than the last.
This is a level-six heading.<H6>This is a level-six heading.</H6>I don't know what you would use this for (no one likes to read fine print).
Attibutes of the heading tag <H? ALIGN=****>
Last Modified: Friday, 17-Jul-98 18:28:34 PDT |