Prep 2: HTML & JS Basics
Due: Wednesday, Jan 29th
Read¶
- 3.2 HTML Syntax
- 3.4 Structure of HTML Documents
-
3.5 Quick Tour of HTML Elements
-
8.2 Where Does JavaScript Go?
- 8.3 Variables and Data Types
- 8.4 Conditionals
- 8.5 Loops
Note: We will continue reading Chapters 3 and 8 next week. So these are the only sections you need to read for now.
Simple Single Page¶
- Right-click and download the textbook cover images:
- Use the images to complete "Hands-On Project 1" from page 117 of the textbook.
- Write your name in a
<meta name="author" content="...">
tag in the<head>
. - Submit
ch03-proj01.html
to the corresponding Gradescope assignment.
CodingJS Problems¶
- Right-click and download codingjs-1.js.
- Complete the following CodingJS problems:
- Paste each of your solutions into
codingjs-1.js
.- Don't forget to type your name in the comment at the top of the file.
- Submit
codingjs-1.js
to the corresponding Gradescope assignment.