5.2 Favicons Flashcards
(6 cards)
1
Q
What is favicon?
A
A small icon that appears in the browser tab, bookmarks, & sometimes search results.
2
Q
How do you add a favicon to your site?
A
Use <link></link> inside the <head>.
3
Q
What file formats can favicons be?
A
Common formats include .ico, .png, .svg.
4
Q
Where should the favicon file be stored?
A
Ideally in the root directory of your site specified path.
5
Q
Can you use different favicon sizes for different devices?
A
Yes, you can include multiple <link></link> tags with various sizes & types.
6
Q
What’s the purpose of <link></link>?
A
Defines the icon used when someone saves your site to their home screen on iOS.