Let's talk about what it means:
Open Baidu. First, the Baidu icon and "Baidu, you will know" are displayed on the left of the browser tab, and the Baidu icon is also displayed in the address bar.
If we add this URL to favorites, we can find that there is a Baidu logo before the address.
The method for adding this logo is actually very simple.
<Head> <meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8 "> <title> XXX </title> <LINK rel =" shortcut icon "href ="/resource/images/citic16.ico ">
<LINK rel = "shortcut icon" href = "/resource/images/citic16.ico"> This line of code can be implemented.
However, it is strange that a static html cannot be opened directly in a browser!
Put this web page under the server, start the service, and then access the page, the effect is displayed, the reason is not clear.
The logo must be a. ICO file, which is very easy to use. Some websites can be converted online,
For example, this website can be used to create ICO online, which is very convenient.
Http://free.logomaker.cn/tools/icoMaker.aspx