Answers for "img in a html"

22

images in html

<html>
  <head>
  </head>
	<body>
  <img src="exampel.end">
    </img>
  </body>
  
  
  </html>
Posted by: Guest on December-27-2019
0

img tag html

<img src="/images/sunset.jpg" alt="Picture of a Ha Long Bay sunset">
Posted by: Guest on August-06-2021

Browse Popular Code Answers by Language