Create a html page, how to set the picture on the left side of the browser window!

clipboard.png
html

clipboard.png

Mar.10,2022

this means that favicon, acquires favicon.ico, from the root directory by default, or you can set it yourself

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

method of converting jpg and png to ico:
ico online production


like this, the picture is customized:

<link rel="icon" type="image/png" href="assets/icon/favicon.png" />
Menu