Answers for "gif html"

4

gif in html

<!--IMG tag is used for gif-->
<img src="demo.gif">
Posted by: Guest on May-31-2021
22

images in html

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

Browse Popular Code Answers by Language