CST463 · S7 CSE

Module 2 — CSS, JavaScript, and the DOM

Mirrored from the CST463 Web Programming Google Classroom for the 2026-27 cohort, arranged in teaching order. Each heading is a classroom post (enrolled students: open the classroom below); the resources under it are public links you can follow directly.

Open the classroom → Back to CST463 hub

Material posted in this module

Styling a page — how CSS attaches to HTML

  1. Module 2-CSS
  2. Module 2-CSS--inline Styles, Embedded Style Sheets, Linking External Style Sheets

Selecting what to style

  1. Module 2--Exploring CSS Selectors--Basics
  2. Module 2--Exploring CSS Selectors--Combinators and Pseudo classes
  3. CSS--Cascading and Conflict Resolution

Visual formatting — boxes, colour, units

  1. CSS Box Model
  2. CSS- Colors
  3. CSS-Background
  4. CSS Units

Layout and responsive design

  1. CSS Positioning Elements
  2. CSS--Responsive Web Design--View Port , Media Types, Media Queries

JavaScript foundations

  1. Module 2--Introduction to Javascript--Programming Fundamentals
  2. More Javascript

Scripting the page — the DOM

  1. HTML DOM