Search
 
SCRIPT & CODE EXAMPLE
 

HTML

include favicon html

<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

how to set the favicon of the webpage

<link rel="shortcut icon" type="image/jpg" href="path/of/the/image">
Comment

PREVIOUS NEXT
Code Example
Html :: input required 
Html :: html sms link iphone 
Html :: link email 
Html :: regex to select everything in a html tag 
Html :: dutch phone pattern html 
Html :: footer ionic 
Html :: html form only accept zip folders 
Html :: laravel csrf protection 
Html :: how to center h1 i nhtml 
Html :: align image/text 
Html :: html comment 
Html :: how to add placeholder in type date 
Html :: void javascript link 
Html :: html input autofocus 
Html :: accept only numbers in textbox 
Html :: no ripple angular materisl 
Html :: how to limit characters in contenteditable div 
Html :: how to add space between buttons 
Html :: nuxt cursor focus 
Html :: font awesome thumbs up icon 
Html :: How to Style a Selected Radio Buttons Label? 
Html :: metasploit default login 
Html :: python parse html 
Html :: menu icon html code 
Html :: cdn material design icons 
Html :: how to enable a button when a checkbox is selected in javascript 
Html :: laravel blade cheched 
Html :: css heading background line 
Html :: what is the difference between span and div 
Html :: html delay 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =