Answers for "how to add logo in title bar in html"

1

how to add title icon in html

<link rel="icon" href="//add image link or image path" type="image/x-icon">
Posted by: Guest on November-17-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 logo in title bar in html"

Browse Popular Code Answers by Language