Answers for "set image icon html"

1

add image as icon html

<!DOCTYPE html>
<html lang="en">
<head>
    <title>Document</title>
    <!--
        make sure your icon (proposed image)is in the same folder with your html file,
       and change "favicon.ico" into your image name 
    -->
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
    
</body>
</html>
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language