Feb 13 – Metadata + CSS

Topics

  • HTML: Metadata in the <head>
    • <meta charset=”UTF-8″>
    • <meta name=”description” content=”Put a short description of your site here.”>
    • <meta name=”keywords” content=”search phrase 1, term2, search phrase 3, keyword4″>
    • <meta name=”author” content=”your name”>
    • <meta name=”designer” content=”your name”>
    • <meta name=”viewport” content=”width=device-width, initial-scale=1″>
  • HTML Validator
  • Introduction to CSS: selector, properties and values
  • CSS Reset
  • Typographic Properties in CSS: font-family, color, font-size, line-height, font-style, font-weight, text-align, text-indent, text-transform

Homework

  • Add Metadata to HTML for Object Blog
  • CSS for typography on small screens for Object Blog