0. Today’s featured website:
- http://jenniferdewalt.com/bouncing_ball.html
- View the page source (ctrl u or right click, view page source)
1. Question from Wednesday
- Who created HTML?
2. Create your own HTML cheat sheet
- You’re learning lots of new tags and are using several online resources. Let’s spend some time creating a “cheat sheet” so you have something to reference as you move forward with your web projects.
- Open Notepad++. Go to File, New. In this new, blank document you are going to add tags and links that you want to have handy.
- Consider adding some new tags you learned today and links to sites you might use a lot, such as stock image sites and some others you find useful.
- Save this file as “cheat sheet” or something else that makes sense to you. Just save it; do not make it an HTML file! Keep it as plain text. You will continue to add resources to this throughout the year.
3. HTML Challenge
- How did you do?
- Let’s review
- 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: