1、favicon.icoUsually used as a thumbnail in front of the URL, as a website logo, favicon.ico is displayed in the browser's address bar or tab, as shown in the circled area in the figure below. Currently, almost all browsers support ico icons.
2. When the favicon.ico icon file is successfully generated, the browser will automatically pop up the ico icon download. Click Save and place the generated and downloaded favicon.ico icon in the root directory (or other directories).
3. Insert between the <head></head>
tags in the page source file<link rel="shortcut icon" href=" /favicon.ico" />
。