Skip to content

Lesson plan

Jack Armley edited this page Jul 5, 2017 · 1 revision

Things we want to teach

  • Working as a team
  • Modular design
  • Semantic and accessible HTML
  • Creating content
  • CSS
  • JS
  • Creating delight

Intro

3 pillars of any website: HTML, CSS, JS

HTML is the structure CSS is the presentation JS is the behavior

Think of a house with bricks, paint and wiring

We are going to build a website describing your dream destination. We have provided a basic framework to work within (go through framework).

We will assign a section (or sections) to each person/team and the header/footer (with nav) to a team.

We will go through the HTML first, choosing appropriate markup based on the wireframe and then will tackle the CSS, scoped to the individual section.

Clone this wiki locally