groups

name language licence
CSS : hack pseudoclass sur les liens CSS Other
CSS : notes sur class css CSS Other
CSS : pseudo class :last-child CSS Other
FLASH : notes sur flash page flip Other Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks Other Other
TYPOSCRIPT : condition par treeLevel Other Other
TYPO3 : Install Tool dans typo3 Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



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...)