NEW
Font size
WorksheetsHTML Table Quiz
Total questions: 10
Worksheet time: 5mins
What tag is used to create a row of data in an HTML table?
<th>
<tr>
<td>
<table>
Which tag is used to organize data in columns within a table row?
<td>
<tr>
<table>
<th>
What tag is used to create a table in HTML?
<table>
<th>
<tr>
<td>
How can you make a cell span multiple columns in HTML?
colspan attribute
rowspan attribute
merge attribute
cellspan attribute
Which attribute is used to add space between the border of a cell and its content in HTML tables?
spacing
padding
margin
border-spacing
How can you make a cell span multiple rows in HTML?
colspan attribute
rowspan attribute
merge attribute
cellspan attribute
Which of the following is not an attribute of <tr></tr>
width
heigh
valign
align
Attribute used to define hyperlink.
<a></a>
<a>
<hyper>
<hyper></hyper>
indicate the target link of the anchor
src
href
target
link
Type of hyperlink that link to a page on the same web server.
absolote
relative
named anchor
same
