Search
 
SCRIPT & CODE EXAMPLE
 

HTML

add icon to website tab

Convert your image to .ico (use https://hnet.com/png-to-ico/)

Rename your ico to favicon

add this to the <head>: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
Comment

how to add a browser tab icon

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

how to add an icon to your website tab

<head>
  <link rel="shortcut icon" type="image/x-icon" href="yourimagehere">
</head>

*supported files are .ico .png or .gif
Comment

PREVIOUS NEXT
Code Example
Html :: icon for about us font awesome 
Html :: html starter 
Html :: NavBar Bootstrap v4 Fix 
Html :: how to change the logo in the title of a webpage 
Html :: <noscript<p title="</noscript<img src=x onerror=alert(1)" 
Html :: upload icon font awesome 
Html :: bootstrap side by side columns 
Html :: how to change font size in html 
Html :: html skype 
Html :: html file 
Html :: iframe pdf html5 
Html :: youtube iframe embed 
Html :: mobile number regex in html 
Html :: radio button required 
Html :: open new tab when clicking link html 
Html :: hyperlink html 
Html :: input focus onload 
Html :: html center body 
Html :: write html in python 
Html :: how to add background video in html 
Html :: html tag mp3 
Html :: link style page with html page in django 
Html :: bootstrap button tooltip 
Html :: how to center an image in markdown 
Html :: jackson maven 
Html :: html a href 
Html :: html viewport 
Html :: tick html code 
Html :: how to upload pdf in html 
Html :: how can i make that user cant input sonething textbx 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =