Type of tag used for inserting an image in web document is
<imp>
<img>
<image>
<src>
Answer : B
View More Related Question
1) A webpage displays a picture. What tag was used to display that picture?
2) An image-map is an image with clickable areas, so which tag we can use for defining an image-map?
3) When should you use path along with file name of picture in IMG tag?
path is optional and not necessary
when the location of image file and html file are different
when image file and html file both are on same location
path is always necessary when inserting image
View Answer
4) Which attribute is used with img tag to display the text if image could not load in browser?
5) In image tag " alt " attribute specifies what?