Activity 01
Collaborative Build: The Three-Layer Webpage
Groups of three each take one responsibility: one student writes only the HTML structure (no styling), another adds only CSS (no HTML changes), and the third adds only JavaScript interactivity. Groups build a simple profile card using this division of labor, then debrief on how the separation affected their workflow and what happened when roles overlapped.
Design a basic webpage structure using HTML.
Facilitation TipDuring Collaborative Build, assign clear roles so students experience both the structure and styling layers firsthand before combining them.
What to look forPresent students with a simple HTML snippet and a CSS rule. Ask them to predict the visual output in a browser. Then, show them the actual output and ask them to explain any discrepancies, focusing on selector specificity or inheritance.