Getting Started - Demystifying HTML
Web Pages are written in the “HyperText Markup Language” - HTML
HTML files are simple ASCII text which can be created by any editor
HTML “tags” are text enclosed in <>s
- <B> starts Boldface
- </B> turns off Boldface
- “a <B>test</B>“ would appear as “a test”