Computer Applications
The correct HTML code for inserting an image is
- <IMG href="image.gif">
- <IMG> image.gif</gif>
- <IMG src = "image.gif ">
- <IMAGE src = "image.gir">
HTML Intro
6 Likes
Answer
<IMG src = "image.gif ">
Reason — The <IMG> tag is used to insert an image in a web page. The src attribute helps in defining the source of an image. It is defined as follows:
<IMG src = "image.gif ">
Answered By
2 Likes
Related Questions
Which tag is used to create a password field in HTML?
- <password>
- <input type = "password">
- <textfield>
- <input type = "text">
…………… property of CSS sets the style of an element border.
- instyle
- border style
- row style
- external link
alt attribute allows
- addition of an alternate hyperlink
- addition of a border to image
- use of an alternate image in place of the specified image
- addition of alternate text about an image
With the help of which tag of HTML, you can display (a2 + b2) in the web page?
- <P>
- <SUP>
- <SUB>
- <FONT>