January 31 – HTML and CSS

  • Review Questions
  • Q & A
  • Copyright protections:
    • Reproduce work in copies
    • Create derivative works
    • Distribute copies to the public (sale, rental, etc.)
    • Perform the work publicly
    • Display the work publicly
    • Perform the work publicly by means of audio transmission
  • HTML: doctype, html, body, head, meta, title, p, h1, h2, h3, h4, h5, h6, div, article, header, footer, main
  • CSS: reset, font-family, font-size, color, line-height, width, padding
  • MDN HTML Element Reference
  • CSS Tricks Almanac
  • HTML Validator
  • CSS Validator

Homework

  • HTML Exercise: Create a folder for this exercise. In that folder create a file called index.html and markup the content of the provided typography blog post. Attach a stylesheet and implment the optimized paragraph design for mobile from the paragraph sketches exercise. Make sure you validate your code.
  • Read chapters 5 and 6 in Better Web Typography.