Answers for "faviocn html"

7

favicon in html

<link rel="icon" href="image.jpg" type="image/jpg">
Posted by: Guest on May-01-2020
3

favicon html

<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
</html>
Posted by: Guest on September-13-2020
1

faviocn html

...
<title> Sammy’s First Website </title>
<link rel="shortcut icon" type="image/jpg" href="Favicon_Image_Location"/>
...
Posted by: Guest on May-08-2021

Browse Popular Code Answers by Language