HTML Chapter 3: Lists Flashcards

(6 cards)

1
Q

Create and ordered list

A

<ol>
</ol>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Add elements to ordered list

A

<li>
</li>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Create an unordered list

A

<ul>
</ul>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Create a definition list

A

<dl>
</dl>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This is used to contain the term
being defined (the definition
term)

A

<dt>
</dt>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Useed to contain the definition

A

<dd>
</dd>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly