Full Stack MERN Web Development
Favicon & Icons
Favicon
A Favicon is the little Icon that displays on a Website Tab.
Examples are Youtube.com and Fakebook.com.
Click Here for a website to help you generate a favicon.
Icons
Size Limitations- 16 x 16
- 32 x 32
File Type Limitations
- .ico
- .png
- .scg
go to [font awesome cdn] for HTML icon link
(paste the code into the Head section)
go to Font Awesome for icons
Copied & Pasted Icon codes:
You can also manipulate the icons with the font style tags
Adding an Icon with img tag
and finally you can add an icon directly using the img tag,
which allows you to control the size.