Font size
WorksheetsCreating tables in HTML
Total questions: 10
Worksheet time: 8mins
Tables can (a) any type of data such as text, images, links, and other tables.
Which element divides a table into rows?
<table>
<th>
<tr>
<td>
<style>
Which attribute allows the user to span a cell along a horizontal row?
colspan
rowspan
border
background
The data in a table might appear cluttered, which may affect the _________.
readability
reading
readable
reads
You can set the color by using (a) or color value.
The "colspan" and "rowspan" (a) can be used within the <td> and <th> elements.
In HTML, by default, the data within the table is aligned on the _________ of the cell.
center
left side
right side
justified position
The possible values of (a) alignment are top, middle, bottom
The style can also be (a) to individual rows, cells, or to the entire table.
The table size can be ________ when the user wants to add rows and columns in the table
expands
expand
expanded
expanding
