NEW
Font size
WorksheetsHtml Lists and Tables
Total questions: 20
Worksheet time: 10mins
_________ property helps in specifying the border width, border style, and border-color of the table and its cells.
Border
Cell Spacing
Padding
The ____ list is used to display the list of items in a specific order and are numbered.
Description
Unordered
Ordered
The Reversed attribute of <ol> tag specifies that the list order should be __________.
Ascending
Normal
Descending
__________ property helps in specifying the space between the border and the content in a table.
Spacing
Padding
Width
_________ helps in defining the terms or names
<dl>
<dd>
<dt>
A _____________ represents one instance of the type of object described in table. It is also called a Record.
Column
Row
Cell
Each row in a table begins with the _____ table row tag and ends with an optional _______ tag.
<Tr>.........</Tr>
<Table>.........</Table>
<Td>.........</Td>
State True or False:
An ordered list automatically starts with the number 1.
True
False
State True or False:
The default value of empty-cells property is hide.
True
False
Which one is different from the following lists.
A, B, C
i, ii, iii
o,∎,∆
1,2,3
____ arrange data in rows and columns.
Table
Tag
List
Image
____ tag is used to create a table.
<tb>
<table>
<tab>
<t>
________ is the pixel space inside the cells i.e. the distance between the cell content and the boundary.
Cell Spacing
Cell Padding
Cell Expelling
Cell distancing
Each list item starts with the ____ tag.
<list>
<l>
<lis>
<li>
HTML lists allow web developers to group a set of related items in _____.
tables
images
lists
tags
An unordered list starts with the _____ tag.
<ul>
<ol>
<li>
The border color of a table cannot be changed.
True
False
Which code below is correct for a hyperlink
<a>
"https://google.com"
Click Me
</a>
<a>Click Me>
"https://google.com"
</a>
<a herf="https://google.com">
Click Me
</a>
<a href="https://google.com">
Click Me
</a>
The <h1> tag marks what type of content?
heading
paragraph
hyperlink
unordered list
What are the 3 main parts of an HTML document ?
head, paragraph tag, and html
head, body and text header
head, body and html
html, body and tags
