Getting Started
(About HTML)

Things to Know about HTML
1. HTML stands for Hypertext Markup Language.
2. HTML is executed by the browser and not on the server.
3. You do not have to log on to view local HTML pages.
4. HTML tags are not case sensitive.
5. Most HTML commands have both opening and closing tags.
6. Always close all tags that require closing tags.
7. Most HTML tags have attribute settings for extra control.
8. Undefined tags are ignored by the browser and not displayed.