How to add image with title of an HTML page?

后端 未结 6 969
-上瘾入骨i
-上瘾入骨i 2020-12-29 15:53

How to add image or logo of a page with the title of that page which is displayed with the title in chrome, firefox or other browsers?

6条回答
  •  -上瘾入骨i
    2020-12-29 16:28

    What you are looking for is a favicon.

    The preferred way to add this, as guided by the W3 consortium, is to use a profile in your page tags:

    
    
    […]
    
    

    See here for instructions for adding to your site.

提交回复
热议问题