Learn your browser dev tools
###TL;DR:
Learn to debug your front-end code early in your career, and use it often. It saves a boatload of time when debugging, and is the best way to learn how the browser actually usues your HTML, CSS, and JS.
##Your first inline dom manipulation
Note: what is the dom
##Front page of the times!
Edit the html
##Play with css
Silly google logo, why are you so big?
##Expose the console, run some javascript
##Network tab!