Home | Computer Science

<
Images

Defination

<image> tag is used to insert image in website.


IMAGE This tags contains two attributes
Some information
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