Comment ajouter l'icône de titre dans HTML
<link rel="icon" href="//add image link or image path" type="image/x-icon">
Uptight Unicorn
<link rel="icon" href="//add image link or image path" type="image/x-icon">
/*Title popup*/
<body>
<p title="Popup here">hover me!</p>
</body>
/*Tab title*/
<head>
<title>This is the tab title</title>
</head>
<title>This is the title</title>