Answers for "how to add icon to title 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 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

Code answers related to "how to add icon to title in html"

Browse Popular Code Answers by Language