Skip to content

Prep 3: Semantic Elements

Due: Wednesday, Feb 5th

Read

  • 3.3 Semantic Markup
  • 3.6 HTML5 Semantic Structure Elements

  • 5.1 HTML Tables

  • 5.3 Introducing Forms
  • 5.4 Form Control Elements

  • 8.6 Arrays

  • 8.7 Objects
  • 8.8.1 Function Declarations vs. Function Expressions

Note: We'll be done with Chapters 3 and 5 this week. Next week, we've move on to Chapter 4.

Write

Your goal is to complete "Hands-On Project 2" from page 118 of the textbook.

  1. Download and extract prep3.zip containing the starter files.
  2. Follow the instructions to replace the <div> and <p> tags with semantic tags according to this figure from the book.
    • You will also need to move and add tags as needed, such as the <figure> element and the copyright statement.
  3. Submit ch03-proj02.html to the corresponding Gradescope assignment.