Skip to content

Instantly share code, notes, and snippets.

@shannonjen
Created August 20, 2017 21:24
Show Gist options
  • Save shannonjen/69ac7b1ec3cc9cfbac423ca696fd377a to your computer and use it in GitHub Desktop.
Save shannonjen/69ac7b1ec3cc9cfbac423ca696fd377a to your computer and use it in GitHub Desktop.

Unit 3

HTML

  • Write valid and semantic HTML5 Markup
    • HTML passess validation
    • Includes header, nav, main, footer, aside
    • Includes ul and ols where appropriate

CSS

  • Style HTML elements with CSS
    • CSS is valid
    • Properly link CSS files
    • Properly declare styles in the head
    • Properly add style tags to elements
    • CSS includes width, height, margin, padding, border
    • CSS includes font-size, font-weight, font-family, text-align, line-height
    • CSS includes various displays
    • CSS includes pixels, percentages, ems, rems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment