Loading

Q1.

Which tag is used to create a table in HTML?
A. <tb>
B. <tbl>
C. <table>
D. <tab>

Q2.

Which tag represents a table row?

A. <tr>
B. <td>
C. <th>
D. <row>

Q3.

What does <th> represent?
A. Table header cell
B. Table horizontal line
C. Table height
D. Table hover

Q4.

Which attribute merges columns?
A. rowspan
B. merge
C. colspan
D. span

Q5.

Which tag adds a title to a table?
A. <legend>
B. <header>
C. <caption>
D. <title>