Skip to content

Instantly share code, notes, and snippets.

@arches
Created July 5, 2012 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arches/3054004 to your computer and use it in GitHub Desktop.
Save arches/3054004 to your computer and use it in GitHub Desktop.
HTML Curriculum

Lesson 1 - Pulling Back the Curtain

  • A web page is just a text file
  • html > body > hello world
  • definition of markup
  • the HTML is invisible

Lesson 2 - Tags are the Building Blocks of Life

  • heading
  • paragraph
  • list - introduces nesting
  • table
  • form overview (ie, just mention other some other types of tags that exist)

Lesson 3 - Attributes are the Spice of Life

  • styles
  • image
  • anchor tags

Lesson 4 - Class It Up

  • style tag
  • CSS selectors
  • class attribute

Lesson 5 - Inspect the Uninspected

  • view source
  • inspect elements
  • tighten the feedback cycle by making changes in the inspector

Lesson 6 - Training Wheels

  • google google google
  • w3schools, smashingmag, nettuts

Lesson 7 -

  • block vs inline
  • width, margin, padding, box model
  • floating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment