I’ve just finished learning HTML and CSS but when looking at the open source projects there are multiple icons in the head, why? if we want to use more icons in the body can’t we just add them as images.
an example defining why
>Solution :
You can add icon as images also you use fontawesome, google material icon and etc as icon.
Font Awesome, google material allows for an easy addition to your web application, saving valuable time because you do not need to create and save these graphics yourself.
Thank you