
HTML Table Quiz

Quiz
•
Computers
•
University
•
Hard
LOGESWARI M
Used 1+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which HTML tag is used to create a table?
a) <tbl>
b) <table>
c) <tab>
d) <t>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to define a row in an HTML table?
a) <td>
b) <tr>
c) <th>
d) <table>
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag defines a header cell in an HTML table?
a) <td>
b) <tr>
c) <th>
d) <thead>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag defines a data cell in a table?
a) <td>
b) <tr>
c) <th>
d) <table>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which attribute is used to set a border for an HTML table?
border
table-border
border-style
border-width
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to add a caption to a table?
a) <caption>
b) <title>
c) <head>
d) <label>
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
By default, where is the
Below the table
Above the table
Center of the table
Inside the first row