Show the 3 steps
- Your first page exists
Create an HTML file, open it in a browser, change it, and see your change.
- Elements name what content is
Structure supplied text by choosing elements for what the content is, not for how you want it to look.
- Documents have shape
Nest elements correctly, and read a page as a tree of containers rather than a list of lines.