groups

name language licence
MAIL/HTML : remarques Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
MAIL/HTML : remarques Other Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML 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...)