There are a few standard tags that you will have to write every time you make a Web page. Some browsers may be forgiving and format the page the way you want it to look if you omit these tags, but some may not! Therefore, you should type these tags every time you make a Web page so that everybody that comes to your page can see it the way it is intended to look.
Tip: When someone bookmarks a page, the name of the bookmark is taken from the <TITLE> tag. Therefore, be sure to use a short, descriptive, and unique title!
<HTML>
<HEAD>
<TITLE>Enter title of page here</TITLE>
</HEAD>
<BODY>
Put whatever you want to be on your page in-between the BODY tags.
</BODY>
</HTML>
One of the first things on your page will most likely be a heading. A heading briefly describes the topic of the section it introduces, and is normally used for headlines and/or subheadings. Headings are usually larger and bolder than normal text.
Use this for the main heading, or headline, of your Web page.
Use this for a subheading in your Web page.
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.
I don't know what you would use this for (no one likes to read fine print).
<H? ALIGN=****>
Replace ? with a digit 1-6
HTML for Starters |
E-mail |
Next: Chapter 2 |
Last Modified: Saturday, 18-Jul-98 21:49:23 PDT
Page URL: http://geocities.datacellar.net/SiliconValley/Vista/2823/text/htmlchp1.html