Answers for "how to add image on title bar in html"

4

how to add a title picture in html

<link rel = "icon" type = "image/png" href = "name-of-image.png">
Posted by: Guest on March-16-2020
-1

how to add image in title bar

<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
Posted by: Guest on August-10-2020

Code answers related to "how to add image on title bar in html"

Browse Popular Code Answers by Language