Search
 
SCRIPT & CODE EXAMPLE
 

HTML

How to add a browser tab icon (favicon)?

<link rel="icon" href="http://example.com/favicon.png">
Comment

Add fav icon to browser tab

<head>
  <title>My Page Title</title>
  <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>

<!--
To add a favicon to your website, either save your favicon image to
the root directory of your webserver, or create a folder in the root
directory called images, and save your favicon image in this folder.

A common name for a favicon image is "favicon.ico".

Next, add a <link> element to your "index.html" file, after the <title> 
element, as per the example above.

I hope that this helps <3 Happy coding!
-->
Comment

PREVIOUS NEXT
Code Example
Html :: add favicon to website html 
Html :: html select default blank 
Html :: elementor text control 
Html :: html mail 
Html :: og html 
Html :: corona virus cases utah 
Html :: html input color picker 
Html :: html input suggestion 
Html :: bootstrap responsive meta tag 
Html :: how to center the mainin html 
Html :: input checkbox 
Html :: bootstrap href button 
Html :: html void 
Html :: tailwind css select 
Html :: jsf axonivy sub component 
Html :: otp not getting recognised in safari react 
Html :: how to make a yourbue icon in html 
Html :: css setting table column width 
Html :: html lag on scoll 
Html :: html table tfoot after thead 
Html :: html dropdown 
Html :: html base 
Html :: html5 astrix for absolutely required field inside a td tag 
Html :: make text blue html 
Html :: html input label 
Html :: html exemple 
Html :: how to change tab icon in html 
Html :: rotate a table in html 
Html :: nuxt link relative path 
Html :: how to write superscript in html 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =