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.
- Download and extract prep3.zip containing the starter files.
- 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.
- You will also need to move and add tags as needed, such as the
- Submit
ch03-proj02.html
to the corresponding Gradescope assignment.