• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back

<'ul'>

Defines an unordered list.

<'ol'>

Defines an ordered list.

<'li'>

Defines a list item.

<'dir'>

Defines a directory list.




Not supported in HTML5. Use <'ul'> instead.

<'dl'>

Defines a description list.

<'dt'>

Defines a term/name in a description list.

<'dd'>

Defines a description of a term/name in a description list.

<'menu'>

Defines a list/menu of commands.

<'menuitem'>

Defines a command/menu item that theuser can invoke from a popup menu.

How many HTML list tag(s) are there?

9

List all of the HTML list tag(s).

1) <'ul'>


2) <'ol'>


3) <'li'>


4) <'dir'>


5) <'dl'>


6) <'dt'>


7) <'dd'>


8) <'menu'>


9) <'menuitem'>

How many HTML5 list tag(s) are new in HTML?

1

Which HTML5 list tag(s) are new in HTML?

1) <'menuitem'>

How many HTML list tag(s) are not new in the 5th version of HTML?

8

Which HTML list tag(s) are not new in th 5th version of HTML?

1) <'ul'>


2) <'ol'>


3) <'li'>


4) <'dir'>


5) <'dl'>


6) <'dt'>


7) <'dd'>


8) <'menu'>