Activity 01
Pair Programming: Basic HTML Structure
Pairs create a personal profile page using HTML tags for headings, lists, and images. They validate structure with browser previews and peer checklists. Extend by linking to a second page.
Explain the distinct roles of HTML, CSS, and JavaScript in building a website.
Facilitation TipDuring Pair Programming: Basic HTML Structure, circulate and ask each pair to explain which tags best represent their content, pushing them beyond generic div use.
What to look forProvide students with a small code snippet (e.g., a button with an ID). Ask them to write: 1. The HTML tag needed to create the button. 2. A CSS rule to change its background color to blue. 3. A JavaScript line to log a message to the console when the button is clicked.