Activity 01
Pair Programming: Simple Portfolio Page
Partners take turns as driver and navigator to code an HTML page with a <header> containing <h1> name and <nav> links, a <main> section with <p> bio and <ul> skills list, plus a <footer> with contact info. Validate nesting, then preview in browser and refine semantics. Switch roles after 15 minutes.
Explain the purpose of common HTML tags in structuring web content.
Facilitation TipDuring Pair Programming: Simple Portfolio Page, ensure pairs alternate roles every 10 minutes to keep both partners engaged and accountable for the code.
What to look forPresent students with a short HTML code snippet. Ask them to identify the type of element each tag represents (e.g., heading, paragraph, image) and whether it is a block-level or inline element. For example: 'In the code `<h1>My Title</h1> <p>Some text.</p>`, what type of element is `<h1>` and is it block or inline?'