Resources

GENERAL

FILES

HTML

CSS

COLORS

  • Color Names: list of the 147 color names defined for HTML and CSS use
  • Color Picker: find the #xxxxxx codes for specifying colors in HTML and CSS

VIDEOS

The series of videos called “Don’t Fear the Internet” are good introductions and summaries of topics in web development:

  1. Fear Not: We’re Here to Help
  2. Not a Series of Tubes: An Internet Primer
  3. HTML: Hamburger Text Markup Language
  4. Don’t Fear the Browser: Developer Tools and Vanilla Ice Cream
  5. Don’t Fear Starting From Scratch, Part 1: HTML
  6. Don’t Fear Starting From Scratch, Part 2: CSS
  7. Don’t Fear Specificity: Targeting Content With Classes & Ids

CHROME DEVELOPER TOOLS

  • Getting Started: video providing overview of Chrome Developer Tools
  • Elements Panel: tutorial on using the elements panel to make on the fly (temporary) edits
  • Elements Styles: tutorial on how to make temporary edits to the CSS and how to save those edits
  • Inspecting Elements: video demonstrating how to inspect elements using Chrome Developer Tools

EDITORS

  • Notepad++: download this free Windows HTML editor from here if you want to use it at home
  • Text Wrangler: download this free Macintosh HTML editor if you want to use it at home