Answers for "image show in html"

-1

how to show an image in html

// Show image in html bois

<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <div class="img">
    	<img class="img" src="image.png">
    </div>
  </body>
</html>
Posted by: Guest on January-13-2021
7

how to add image in html

<img src="logo.png" />
Posted by: Guest on April-11-2020
3

image in html

<img src="/demo.jpg" alt="description" height="48" width="100" />
Posted by: Guest on August-05-2021

Browse Popular Code Answers by Language