The small icon in front of the title in HTML and the realistic icon of the website collection

The logo on the website is actually a " favicon.ico " image.
Implementation steps:
Step 1: Make favicon.ico with a size of 16* 16 mm ;
Step 2: Put " favicon.ico " in the root path of the project.

Step 3: Add the following code to the head of all html pages.

//collection logo icon

<link rel="bookmark"  type="image/x-icon"  href="favicon.ico"/>

// website display page logo icon

<link rel="shortcut icon" href="favicon.ico">



Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325361288&siteId=291194637