2-1Introducing HTML
Aug 31
๐ Complete these items before class
- ๐ Module 1.1, pp. 28โ32
- Codecademy: Introduction to HTML
- Codecademy: HTML Document Standards
Warm up
Section titled โWarm upโ- Revisit the graphics from Module 1.1
Learning objectives
Section titled โLearning objectivesโ- Build a valid HTML page using semantic elements (header, nav, main, footer) with a correct doctype and external link.
- Embed an image with appropriate alt text and explain why alt text matters for accessibility.
- Interpret a websiteโs network activity using DevTools to identify the types and volume of resources loaded.
๐ Work during class
Section titled โ๐ Work during classโUsing ๐ Module 1.1 Introducing HTML (pp. 28โ32)
Individual โ Build Your First HTML Page
Follow Module 1.1 to create a page about yourself or a topic you care about. Required: doctype, head with title, semantic body elements (header, nav, main, footer), one image with alt text, one external link. Validate at validator.w3.org before end of class.
Pair โ โWhatโs in the Box?โ Open DevTools โ Network tab on two different websites. Reload. How many requests? What file types? How many MB? Compare and report one surprising finding to the class.
๐ Homework
- ๐ Module 1.2, pp. 33โ39
- Hello World!

