0112
0
Q:

how do you code an image in html

<!DOCTYPE html>
<html>
   <head>
      <title>HTML img Tag</title>
   </head>

   <body>
      <img src="/html/images/test.png" alt="Simply Easy Learning" width="200"
         height="80">
   </body>
</html>
6

<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
 
3

New to Communities?

Join the community