html how to add an image

HTML
<img src="flowers.jpg" alt="flowers">

//Always add the image type (jpg,png, etc) Adding alt text
is also good coding practice :)<html>
  <head>
  </head>
	<body>
  <img src="exampel.end">
    </img>
  </body>
  
  
  </html><img src="image.jps">
//image.jpg is where you would put the inage source.
Source

Also in HTML: