About 276,000 results
Open links in new tab
  1. Adding a favicon to a static HTML page - Stack Overflow

    Mar 30, 2012 · Interesting, the live website served up the favicon just fine, but when viewing the file locally, and not serving it through a local server (b/c it's simple static site - yea!), the …

  2. html - How to add a browser tab icon (favicon) for a website?

    Feb 3, 2011 · 790 I've been working on a website and I'd like to add a small icon to the browser tab. How can I do this in HTML and where in the code would I need to place it (e.g. header)? I …

  3. How to set up a favicon? - Stack Overflow

    I am trying to do a very simple preliminary exercise to setting up a website which is creating a favicon. This is the code I am using: <!DOCTYPE html > <html lang="en …

  4. html - How to create a high-quality favicon compatible with all ...

    Learn how to create a high-quality favicon compatible with all browsers using different methods and best practices.

  5. html - What is currently the best way to get a favicon to display in ...

    Sep 1, 2008 · 3 Favicon must be an .ico file to work properly on all browsers. Modern browsers also support PNG and GIF images. I've found that in general the easiest way to create one is …

  6. html - Favicon: .ico or .png / correct tags? - Stack Overflow

    In a HTML5 document, which favicon format do you recommend and why? I want it to be supported by IE7 and all the modern browsers. Also, when using .png, do I need to specify the …

  7. Como inserir favicon em um HTML? - Stack Overflow em Português

    Dec 9, 2014 · Estou começando a brincar no HTML e gostaria de saber como se implementa um favicon.

  8. How do you add a favicon to HTML page? - Stack Overflow

    Code standard favicon links at the top of your template or base.html and make sure the icons are there in the directory/s :

  9. Adding a favicon to an HTML file without a host?

    Apr 20, 2021 · 0 I am trying to add a favicon to an HTML file. The icon works when I view it locally on my laptop but once I upload the assignment to my instructor the icon is not there. Do I need …

  10. browser - HTML 5 Favicon - Support? - Stack Overflow

    May 25, 2014 · I was reading the Favicon page on Wikipedia. They mention the HTML 5 spec for Favicon: The current HTML5 specification recommends specifying size icons in multiple sizes …