0. Today’s featured website:
- http://jenniferdewalt.com/sushi_jiggler.html
- View the page source (ctrl u or right click, view page source)
- Write down somewhere 1 thing that looks familiar and 1 thing that looks unfamiliar
Today’s goals: Continue review of HTML challenge; Learn Font Awesome
1. HTML Cheat Sheet
- Remember to update this with code you want to remember or links you will need later
- Don’t forget to save the file after you add new stuff.
2. HTML Challenge Review
- Let’s review– and also check out some updates
- FYI- HTML tag list
- New challenge- Font Awesome!
- To begin, paste this code in your head section:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- Now let’s check out some examples
- Finally, here are the icons we can use
- Let’s try making our bullets more interesting with Font Awesome
- To begin, paste this code in your head section: