Computer Applications
The correct HTML code for inserting an image is :
<img href = "image.gif">
<img> image.gif </img>
<img src = "image.gif">
<image src = "image.gif">
HTML Advanced Features
1 Like
Answer
<img src = "image.gif">
Reason — To insert an image in an HTML document, we use the <IMG>
tag along with its attribute SRC which specifies the location or URL of the image.
Answered By
1 Like
Related Questions
The attribute used to specify the background colour of a table is :
- COLOR
- BGTABLE
- BACKCOLOR
- BGCOLOR
Which of the following are the attributes of
<table>
?<Border>
<img>
<table>
- None of these
We can create a numbered list using …………… tag.
<ul>
<list>
<ol>
<dl>
colspan = n can be added to …………… tag :
<hr>
<table>
<td>
<tr>