HTML - Images

In HTML Display Image on webpage using <img> tag in HTML the following simple syntax of img tag.

Syntax


<img src="path of image" alt="Alternate Text for Image" width="Image Width" height="Image Height">
							

Example


<img src="image/zanzmer.jpg" alt="Veewom" width="590" height="400">
							
Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!