Answers for "where to add logo in a website by html"

Go
1

get logo for a website html

<link rel="icon" href="http://example.com/favicon.png">
Posted by: Guest on November-24-2019
-2

how to add a logo in html

<link rel = "icon" type = "image/png" href = "/icon.png">
    <!-- For apple devices -->
    <link rel = "apple-touch-icon" type = "image/png" href = "/icon.png"/>
Posted by: Guest on November-11-2021

Browse Popular Code Answers by Language