Computer Applications
Which HTML tag is used to insert an image in a page ? Write an option used with this tag.
HTML Intro
9 Likes
Answer
The <img>
tag is used to insert an image in a page.
The 'src' attribute is used with this tag to specify the source/URL or path of the image. For example,
<img src = "image.jpg">
Answered By
4 Likes
Related Questions
Differentiate between container and empty elements used in HTML.
What is the use of
<font>
tag in HTML code ? Write any two options used with this tag.Expand the following tags used in HTML :
(i)
<LI>
(ii)
<VLINK>
(iii)
<HR>
(iv)
<P>
Identify which of the following is a tag or an attribute :
(i) border
(ii) img
(iii) alt
(iv) src
(v) href