Computer Applications
colspan = n can be added to …………… tag :
<hr>
<table>
<td>
<tr>
HTML Advanced Features
1 Like
Answer
<td>
Reason — COLSPAN attribute is used with <TD>
tag to merge more than one columns into a single cell.
Answered By
1 Like
Related Questions
We can create a numbered list using …………… tag.
<ul>
<list>
<ol>
<dl>
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">
Which of the following are the attributes of
<table>
?<Border>
<img>
<table>
- None of these
Which of the following is not a valid value for align attribute of
<IMG>
tag ?- top
- center
- bottom
- middle