Week 2 — Cascading Style Sheets (CSS)
The presentation layer for web pages
— Box model & syntax
— Element selector patterns

Web console

Get the web console with the following.

HTML table, div and span elements

CSS overview

  • Work through CSS topics.
  • CSS element selector patterns

    Element selectors can be more specific than simply selecting all instances of an element. Selector patterns are used to select elements depending upon their position relative to other elements, and depending upon mouse position, and mouse clicks.

    Selector pattern examples are here.

    Exam topic