HTML Introduction
HTML Basic Syntax
HTML Block Element
HTML Formatting
HTML Quotation
HTML Links
HTML List
HTML Table
HTML Audio
HTML Video
HTML Image
HTML Iframe
HTML Favicon
HTML Form
HTML Input Types
HTML Marquee
HTML Meta tag
Learn CSS
Learn Javascript
Learn Django
Favicon is a small image which is displayed before the page title in the browser tab.
Any image can be used as favicon. You can also create your own favicon.
Favicon is a small image so always try to make it simple and the contrast should be high.
At first save a favicon image in you local system and then write the link tag inside head tag. Head tag has a
attribute named href. Pass the image path and image_name.extension in the href attribute.
A common name for favicon image is favicon.ico.