Things to Remember about HTML and Web Pages
- The only thing that formats an HTML document is an HTML
"tag"
- HTML describes the structure of a document -- NOT its
appearence.
- The HTML "formats" the document - the Web browser
determines the appearence of the document
- The same HTML document will look different in different web
browsers
- Browsers ignore extra spacing, tabs, returns, etc. that you may
type in
Back To Basic HTML Tags