Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add a browser tab icon

<head>
<link rel="icon" href="YOUR IMAGE">
</head>
Comment

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 :: mobile number regex in html 
Html :: html textarea 
Html :: how to link a local css file in html 
Html :: favicon in html 
Html :: pause html5 video jquery 
Html :: gradient on top of image css 
Html :: open new tab when clicking link html 
Html :: html year input 
Html :: bootstrap vertical align 
Html :: how to give color to text in html 
Html :: dropdown menu default value 
Html :: html center body 
Html :: datalist html 
Html :: autocomplete html off 
Html :: how to change background image in html 
Html :: bootstrap 5 datalist example 
Html :: table all cells same width 
Html :: empty link 
Html :: how to put something on the bottom right corner in html 
Html :: buttons in video tag html 
Html :: jackson maven 
Html :: bold text in input field 
Html :: learn web development 
Html :: at html 
Html :: input select option this 
Html :: ico html 
Html :: how to convert input type file into an icon 
Html :: what is dir attribute in html 
Html :: bootstrap responsive table 
Html :: moment in html 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =