- Chrome Inspector
- Exercise: Pick your favorite web site, and remix it through the Inspector
- Do not refresh
- Save a screenshot
- HTML
- Box model
- Boilerplate
- Show in JS Bin
- Common elements
<div>
<span>
<ul>
- Heading elements (
<h1>
,<h2>
, etc.) <a>
<img>
- Exercise: Create a simplified version of your resume
- CSS
- Terminology
- HTML attributes (e.g.
class
) - "Cascading"
- Exercise: Give your resume some 💥 ✨ style 🌟 🎉
- Local development (HTML + CSS files)
- Exercise: Fork, commit, and view the instructional Page
- Paths
- Relative
- Absolute
- Codecademy
- Code School's Discover DevTools, chapters 1-2
- Dash from General Assembly
- Mozilla Developer Network (MDN)