Class="fab fa-"

  • Your fifth i element should have the class fab fa-youtube

Can anyone explain what this fab class is and is it preinstalled with HTML?
I’m already at the 11th step of the HTML tutorial for grids, and i have never seen this feature in previous courses

it is not preinstalled with HTML, it is from fontawesome, it allows for special icons

2 Likes

In Step 2 of this project:

Add a title element with the text Magazine , a link element for the https://fonts.googleapis.com/css?family=Anton%7CBaskervville%7CRaleway&display=swap font stylesheet, a link for the https://use.fontawesome.com/releases/v5.8.2/css/all.css FontAwesome stylesheet, and a link for your ./styles.css stylesheet.

This is where you installed Font Awesome, which is a library of useful icons for web development.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.