groups

name language licence
HTML : la balise meta robot HTML Other
HTML : superposer une image sur du texte (ex : un prix barré) HTML Other
HTML : formulaire d'upload enctype à ne pas oublier HTML Other
HTML/AJAX/W3C : Attribut name des inputs HTML Other
HTML/W3C : validation et erreurs à ne pas commettre HTML Other
HTML5 : Structure par defaut + commentaires HTML Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks Other Other

< 1 2 3 4 5 6 >



language: HTML
licence: Other

HTML : Ajouter un favicon sur un site

options: view full snippetsend to code collector
<!-- le code suivant est utiliser pour lier une favicon à un site -->

<link rel="shortcut icon" href="http://www.alsacreations.com/favicon.ico" /> <!-- a definir -->
<link rel="icon" type="image/x-icon" href="http://www.alsacreations.com/favicon.ico" />
<link rel="icon" type="image/png" href="http://www.alsacreations.com/favicon.png" /> <!-- les navigateur supportant le png en tant que favicon tiendrons compte cette ligne les autres resteront sur un favicon au format x-icon-->
	
(Continues...)