Skip to content

2-1Introducing HTML

Aug 31

๐Ÿ“Œ Complete these items before class

  • Revisit the graphics from Module 1.1
  1. Build a valid HTML page using semantic elements (header, nav, main, footer) with a correct doctype and external link.
  2. Embed an image with appropriate alt text and explain why alt text matters for accessibility.
  3. Interpret a websiteโ€™s network activity using DevTools to identify the types and volume of resources loaded.

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