HTML Purpose
- Gives structure and meaning to our content
Think about three aspects of structure:
- HTML document structure
html
,head
,body
- Web page structure
header
,main
,nav
,footer
- Content structure
Headings (h1
,h2
,h3
), lists (ul
andli
), paragraphs (p
), images (img
), text, etc.
Example: solarsystem.html