Skip to content

Instantly share code, notes, and snippets.

@tessalt
Created July 17, 2013 01:00
Show Gist options
  • Save tessalt/6016760 to your computer and use it in GitHub Desktop.
Save tessalt/6016760 to your computer and use it in GitHub Desktop.
Notes on Teaching HTML and CSS #llc

Notes on Teaching HTML and CSS

Kids

  • need to know the why of HTML: why does it need to be code to be a website?
  • browser isn't as smart as a human: has no eyes or brain
  • example of short story written in word processor: ask kids where each paragraph starts and ends and how they can tell
  • explain that browser doesn't see the indent at the beginning or the line break at the end, so we have to be specific about where the boundaries are
  • introduce tags: compare story in word processor to same story in HTML

Adults

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment