Class A+

Image of a cat

Exercises and Files

Class Topics

  • HTML Elements:
    • HTML boilerplate: html, head, body, title, meta, style
    • Heading tags: h1, h2, h3, h4, h5, h6
    • span
    • p
    • lists: ul, ol, li
    • div, article, section, aside, main
    • images: img, caption
    • a
    • hr, br
    • header items: header, nav
  • HTML User Input:
    • forms
    • inputs:
      • text, textarea
      • number
      • date, time, datetime
      • password
      • radio, checkbox
      • color
      • range
      • url
      • email
      • submit
  • CSS
    • Basics of style tag in HTML vs. external stylesheet
    • CSS properties:
      • color
      • background-color
      • height
      • width
      • font-size
      • font-family
      • border
      • box-shadow
      • border-radius
      • position: fixed, static, relative, absolute, and sticky
        Box Model
      • margin, padding, border
    • Specificity
    • Default CSS for HTML elements
  • Selectors
    • ID
    • Class

Resources