In HTML Display Image on webpage using <img> tag in HTML the following simple syntax of img tag.
<img src="path of image" alt="Alternate Text for Image" width="Image Width" height="Image Height">
<img src="image/zanzmer.jpg" alt="Veewom" width="590" height="400">