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">
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>