 |
Getting Started
Posting It
Background
Tags
Example: HTML skeleton
 <HTML> ... </HTML>
 <HEAD> ... </HEAD>
 <TITLE> ... </TITLE>
 <BODY> ... </BODY>
 <!-- ... -->
Example: The bold and italic tags
Example:Order of opening and closing tags
Attributes
Example: ALIGN=CENTER attribute used with the <FONT> tag
The <HR> Tag
Example: <HR> tag default
Example: <HR> tag with attributes (1)
Example: <HR> tag with attributes (2)
Puting It Together
Example: Sample HTML page
|