Computer Applications
Related Questions
SRC attribute used with
<IMG>
tag stands for :- Screen
- Screen resolution count
- Source
- Structure
colspan = n can be added to …………… tag :
<hr>
<table>
<td>
<tr>
Which of the following is not a valid value for align attribute of
<IMG>
tag ?- top
- center
- bottom
- middle
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">