Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.68 KB

html.md

File metadata and controls

46 lines (41 loc) · 1.68 KB

HTML & CSS

  1. Chrome Inspector
  2. Exercise: Pick your favorite web site, and remix it through the Inspector
  3. HTML
    • Box model
    • Boilerplate
    • Common elements
      • <div>
      • <span>
      • <ul>
      • Heading elements (<h1>, <h2>, etc.)
      • <a>
      • <img>
  4. Exercise: Create a simplified version of your resume
  5. CSS
  6. Exercise: Give your resume some 💥 ✨ style 🌟 🎉
  7. Local development (HTML + CSS files)
  8. Exercise: Fork, commit, and view the instructional Page
  9. Paths
    • Relative
    • Absolute

Resources

Tools