HTML Title Image

前端 未结 7 2085
梦毁少年i
梦毁少年i 2020-12-03 02:16

I want to have an image on the title in an HTML page (i.e on the tab along with the title). How can I do that?

相关标签:
7条回答
  • 2020-12-03 03:13

    For cross browser compatibility, seems to be needed two lines for for favicon:

    TITLE

    <title>PAGE TITLE HERE</title>
    

    FAVICON

    <link rel="SHORTCUT ICON" href="http://domain and path/favicon.ico" />
    <link rel="icon" href="http://domain and path/favicon.ico" type="image/ico" />
    

    FAVICON GENERATOR:

    DYNAMIC DRIVE

    0 讨论(0)
提交回复
热议问题