HTML : ajouter une favicone à son site


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <link rel="shortcut icon" href="http://www.url-de-mon-site.com/chemin/vers/le/favicon.ico" />
  2. <link rel="icon" type="image/x-icon" href="http://www.url-de-mon-site.com/chemin/vers/le/favicon.ico" />
  3. <link rel="icon" type="image/png" href="http://www.url-de-mon-site.com/chemin/vers/le/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-->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.