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.
Material posted in this module
Styling a page — how CSS attaches to HTML
- Module 2-CSS
- Module 2-CSS--inline Styles, Embedded Style Sheets, Linking External Style Sheets
Selecting what to style
- Module 2--Exploring CSS Selectors--Basics
- Module 2--Exploring CSS Selectors--Combinators and Pseudo classes
- CSS--Cascading and Conflict Resolution
Visual formatting — boxes, colour, units
- CSS Box Model
- CSS- Colors
- CSS-Background
- CSS Units
Layout and responsive design
- CSS Positioning Elements
- CSS--Responsive Web Design--View Port , Media Types, Media Queries
JavaScript foundations
- Module 2--Introduction to Javascript--Programming Fundamentals
- More Javascript