Favicon in Html
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
Kindly check out my youtube channel for tutorials on full stack web development and programming
https://www.youtube.com/channel/UCPaqaT2Lg-OzPMf-mUysArw