IMAGE This tags contains two attributes
- SRC : Specifies the path to the image.
- ALT : Specifies an alternate text for the image
Some information
- In this & nbsp ; tag is used to give on letter space.
Syntax of tag is
< img src="...url..." alt="...text..." > Program
INPUT
<html> <head> <body> <img src="1.png"> <img src="2.png" alt="HTML"> </body> </html>
OUTPUT
![]()