OneCompiler

Favicon in Html

192

Favicon in Html

A favicon is a small image displayed next to the page title in the browser tab.

Following is sample html code.

<!DOCTYPE html>
<html>
<head>
  <title>My Page Title</title>
  <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>

<p>Any content here</p>

</body>
</html>

To generate favicon you can visit

https://favicon.io/

Kindly check out my youtube channel for tutorials on full stack web development and programming
https://www.youtube.com/channel/UCPaqaT2Lg-OzPMf-mUysArw