Basic Favicon

Example showing how to add a favicon using the link tag.

Preview

Code


<head>
  <link rel="icon" href="favicon.ico">
</head>


<p>This code adds a favicon to the browser tab.</p>

More HTML Favicon Examples (3)