Answers for "html image icon"

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
0

add image icon bootstrap

<div class="text-center">
  <img src="..." class="rounded" alt="...">
</div>
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language