About Lesson
A favicon is a small image displayed next to the page title in the browser tab. To add a favicon to your website, either save your favicon image to the root directory of your web server, or create a folder in the root directory called images, and save your favicon image in this folder. A common name for a favicon image is “favicon.ico”.
Syntax:
<link rel=”icon” type=”image/x-icon” href=”/images/favicon.ico”>
Exercise Files
No Attachment Found
Join the conversation