Search
 
SCRIPT & CODE EXAMPLE
 

HTML

favicon x shortcut icon

// Target ios browsers.
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
// Target safari on MacOS.
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
// The classic favicon displayed in tabs.
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
// Used by Android Chrome for the "Add to home screen" icon and settings.
<link rel="manifest" href="/site.webmanifest">
// Used for Safari pinned tabs.
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#193860">
// Target older browsers like IE 10 and lower.
<link rel="icon" href="/favicon.ico">
// Used by Chrome, Firefox OS, and opera to change the browser address bar.
<meta name="theme-color" content="#ccccc7">
// Used by windows 8, 8.1, and 10 for the start menu tiles.
<meta name="msapplication-TileColor" content="#00aba9">
Comment

PREVIOUS NEXT
Code Example
Html :: button inside input 
Html :: coreui dropdown 
Html :: form.html 
Html :: button that links to controller html 
Html :: html button click scroll to div 
Html :: submit button out of from 
Html :: input range event 
Html :: em tag in html5 
Html :: Text displayed over an image 
Html :: td e tr html 
Html :: px in react 
Html :: html insert image 
Html :: html hoover text 
Html :: tailwind rounded top left 
Html :: button with icon android 
Html :: double underline in html 
Html :: multiple countdown html js 
Html :: html drag and drop 
Html :: how to disable tabindex 
Html :: ignor < in html 
Html :: Uncaught TypeError: Bootstrap 
Html :: elseif vuejs 
Html :: autocapitalize html attribute 
Html :: vue js v-for array index 
Html :: h3 in html 
Html :: game html 
Html :: carousel html example 
Html :: give padding to label html 
Html :: request html nodejs 
Html :: cards froup 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =