how to use img tag in html to add image in the web page.

<!--img tag is used to add an image--> <!--here hspace means horiZontal space and vspace means vertical space from container in which you are displaying images,> <img src="good_morning.jpg" alt="Good Morning Friends" width="90" height="90" hspace="40" vspace="100"/> <!--in case of image displaying problem, browser will display text within alt attribute of <img tag>-->

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.