Glass


< !DOCTYPE >
- Indicates the version and type of HTML used; inclused a URL reference to a DTD
< html > < /html >
- Indicates the start and end of an HTML document
< head >< /head >
- Indicates the start and end of section of a document used for the title other document header information
< meta/ >
- Indicates hidden information about the Web page
< title> < /title>
- Indicates the s tart and end of the title. The title does not appear in the body of the Web page, but appears on the title bar of the browser
< body> < /body>
- Indicates the start and end of the Web page body
< hn > < /hn >
- Indicates the start and end of the text section called a heading; sizes range from < h1 > through < h6 >. See figure 2-8a on page HTML XX for heading size samples.
< p > < /p >
- Indicates the start of a new paragraph; inserts a blank line about a new paragraph
< ul > < /ul >
- Indicates the start and end of an unordered (bulleted) list
< li > < /li >
- Indicates that the item that follow the tag is an item within a list
< hr/ >
- Inserts a horizontal rule
< br/ >
- Inserts a line break at the point where the tag appears.