• 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/19

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;

19 Cards in this Set

  • Front
  • Back

<'form'>

Defines an HTML form for user input.

<'input'>

Defines an input control.

<'textarea'>

Defines a multiline input control (text area).

<'button'>

Defines a clickable button.

<'select'>

Defines a drop-down list.

<'optgroup'>

Defines a group of related options in a drop-down list.

<'option'>

Defines an option in a drop-down list.

<'label'>

Defines a label for an <'input'> element.

<'fieldset'>

Groups related elements in a form.

<'legend'>

Defines a caption for a <'fieldset'> element.

<'datalist'>

Specifies a list of pre-defined options for input controls.

<'keygen'>

Defines a key-pair generator field (for forms).

<'output'>

Defines the result of a calucation.

How many form & input HTML tag(s) are there?

13

List all of the form & input HTML tag(s).

1) <'form'>

2) <'input'>


3) <'text'area'>


4) <'button'>


5) <'select'>


6) <'optgroup'>


7) <'option'>


8) <'label'>


9) <'fieldset'>


10) <'legend'>


11) <'datalist'>


12) <'keygen'>


13) <'output'>

How many form & input HTML5 tag(s) are new to HTML?

3

Which form & input HTML5 tag(s) are new to HTML?

1) <'datalist'>


2) <'keygen'>


3) <'output'>

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

10

Which form & input HTML tag(s) are not new in the 5th version of HTML?

1) <'form'>


2) <'input'>


3) <'textarea'>


4) <'button'>


5) <'select'>


6) <'optgroup'>


7) <'option'>


8) <'label'>


9) <'fieldset'>


10) <'legend'>