“FAVICON HTMK” Réponses codées

FAVICON HTML

<link rel="icon" href="yourIcon.png" type="image/png">
Nick

FAVICON HTMK

<link rel="icon" href="/favicon.ico" />
Muddy Manatee

HTML FAVICON

<!-- Most Webbrowsers atomatically look for a favicon but you can also do this: -->

<head>
  <title>Favicon Demo</title>
  <link rel="icon" type="image/png" href="favicon.png">
</head>
HelloWorld

FAVICON HTML

<!DOCTYPE html 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" 
      type="image/png" 
      href="http://example.com/myicon.png">
[…]
</head>
[…]
</html>

Réponses similaires à “FAVICON HTMK”

Questions similaires à “FAVICON HTMK”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code