Day 2

  • Class & ID
  • Pixels as Measurement
  • © and other HTML entities
  • What's all this '.io'?
  • Resources
  • Color Formats
  • Image Formats
  • Self Closing Tags
  • Element Selector
  • Class: Reusable, brief, infinite possible
  • ID: Used sparingly, ONLY ONCE, in a pinch
  • How to write these in HTML & CSS

What are accepted versions of code? Entities

Input Output: What does it all mean?

  • < img > tags
  • How to use Google-searched Images...(but don't, though...)
  1. Create a new Pen on codepen.io
  2. In HTML, create an h1 element
  3. In CSS, change the color and background color of that h1

BONUS: Give the h1 a class and change the color of the element using the class