Google News
logo
CSS - Interview Questions
How can we add icons to the web page?
We can add icons to the HTML webpage by using an icon library like font-awesome.
 
We have to add the name of the given icon class to any inline HTML element. (<i> or <span>) . Icons in the icon libraries are scalable vectors that can be customized with CSS.
Advertisement