Prep 02: 3.2, 3.4, and 3.5 & 8.2-8.5

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

Read

  1. FunWebDev Chapter 3.2, 3.4, and 3.5.
  2. FunWebDev Chapter 8.2-8.5.

Simple Single Page

  1. Download the textbook cover images at the following links (Notice when you hover over the links that your browser’s status bar shows the address as an image file. In cases like this, consider right-clicking and choosing the appropriate option, e.g. Save Link as....)
  2. Use it to complete Hands-On Project 1 from the textbook’s page 117.
  3. Submit your ch03-proj01.html to the corresponding Gradescope assignment.

CodingBatJS

  1. Download codingjs-1.js
  2. Complete the following CodingJS activities (we recommend you do NOT do this in a Private tab):
    1. Warmup-1 – sleepIn
    2. Warmup-1 – monkeyTrouble
    3. Warmup-1 – sumDouble
    4. Warmup-1 – frontBack
    5. Warmup-1 – intMax
  3. Paste each of your solutions from the above into the corresponding places in codingjs-1.js and submit this file to the corresponding Gradescope assignment.
Last modified September 4, 2025: fix broken link in bootstrap lab (9d0a5bb)