Ordered list and Unordered list Flashcards
1
Q
presents data in
a enumerated format or list.
A
Ordered lists
2
Q
This typically displays data
in numerical order.
A
Ordered lists
3
Q
The Ordered list uses
A
<ol></ol>
tag.
4
Q
list item tag1
A
<li></li>
5
Q
Indicates the type of
numbering to be
used in the list.
A
Type
6
Q
Indicates the value
or number of the
first item in the list.
A
Start
7
Q
for regular numbers
A
1
8
Q
for lowercase letters
A
a
9
Q
for uppercase letters
A
A
10
Q
for lowercase Roman Numerals
A
i
11
Q
for uppercase Roman Numerals
A
I
12
Q
typically
displays data with bullets, the
items of which follows no
specific order.
A
Unordered lists
13
Q
The unordered list tag
A
<ul></ul>
tag.
14
Q
Indicates the type of
numbering to be
used in the list.
A
type
15
Q
for round bullets.
A
Disc