| name | language | licence |
|---|---|---|
| CSS : CSS de base | CSS | Other |
| CSS : Utilisation de @font-face (CSS3) | CSS | Other |
| CSS : hack pseudoclass sur les liens | CSS | Other |
| CSS : notes sur class css | CSS | Other |
| CSS : overflow, comment n'avoir qu'une seule barre de scroll | 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 |
< 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 snippet • send 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-->



library
html (48)