Computer Applications
Which tag is used to insert an image in HTML?
- <IMG>
- <SRC>
- <IMAGE>
- <PICTURE>
HTML Intro
3 Likes
Answer
<IMG>
Reason — <IMG> tag is used to insert an image in HTML. The syntax is as follows:
<IMG SRC = "IMAGE.JPG" ALT = "Image cannot be displayed">
Answered By
1 Like
Related Questions
In WWW, a client is called …………… and a server is called …………… .
- client, host
- web client, web server
- server, host
- server, receiver
A domain name ending with .org belongs to:
- an educational institution
- an organisation
- a site that is highly organised
- a commercial website
In the rules attribute, the …………… value helps to display a border only between rows.
- column
- rowspan
- colspan
- rows
<TD> tag can only be present inside …………… tag.
- <TH>
- <TB>
- <TR>
- </TABLE>