Monday - Icons
Today I will show you how to add Font Awesome icons to your Web design. The process is simple but the HTML tends to look a little sloppy, so I will walk you through it. Essentially, you will add a link to the Font Awesome icon set up in the ‹head› element of your page and then in the ‹body› section of the page you will add code that looks like this:
‹i class="fa fa-name"›‹/i›
In the above example, the word "name" should be replaced by the name of the Font Awesome icon you want to appear at that location.
As usual, there is a good W3Schools tutorial on icons that you should use to supplement my demonstration.
All of this, of course, is intended to help you out with this week's coding challenge, which includes Font Awesome icons in the navigation element. I will help you get started with your HTML for this today and the challenge itself is due by the end of the bell on Thursday of this week. Good luck!
