Activity 01
Pair Programming: Personal Profile Page
Pairs open a browser-based editor like CodePen. One partner writes HTML for heading, paragraph, unordered list of hobbies, and image; the other reviews structure before switching. Together, they add inline CSS for text color and background. Pairs present pages to class.
Explain the role of HTML in structuring web content.
Facilitation TipDuring Pair Programming, walk around with printed tag cheat sheets so students can reference syntax without losing momentum in their conversation.
What to look forProvide students with a short HTML code snippet and a corresponding CSS rule. Ask them to write on an index card: 1. What will this HTML code display on a webpage? 2. How will the CSS rule change its appearance?