HTML Basics
We will review these concepts in class. Here's an online tutorial on HTML.
- General syntax: angle brackets and nesting
- Document structure tags
- Logical tags vs. physical tags
- Attributes for tags (reference for standard attributes)
- Div, Span and Styles
- Links to files: absolute vs. relative
- Special characters: (e.g. < and >)
Here's a useful starter page for creating an HTML document.