bluehost

Showing posts with label favicon. Show all posts
Showing posts with label favicon. Show all posts

Friday, 8 October 2021

How To Add A Favicon In To A HTML Website

 

  1. Favicon is an icon associated with a particular website, typically displayed in the address bar of a browser accessing the site or next to the site name in a user's list of bookmarks. It 
    serves as a branding for your website. Its main purpose is to help visitors locate your page easier.





  2. Favicon icon is added between the head tags, and it must be added into each and every page of a website.
  3. <head>
    </head>
You should start  with the link to connect the icon.


<link rel="icon">

Then the icon link from your project folder href="favicon.png"follows.

<link rel="icon" href="favicon.png" type="image/x-icon">
  1. This is the full link.

React vs Angular; Front-End Web Development

Angular and React  are two of the most popular Javascript tools for front-end development. React is a Javascript created by Meta...