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

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;

6 Cards in this Set

  • Front
  • Back
"for-each"
loops through all nodes of a certain type and the command for that node is executed
"if-match"
execute all code until </if-match> for information specified
significance of the "multiple" attribute

what tag is it used for
allows multiple choices to be listed

<select...>
why use textarea element
allows you to display multiple lines of text
where do element forms occur

why are they used
in a html doc

used as containers for elementsthat are to appear as as part of the form
how to make a select tab to make all selections appear at once
<select size="4" name="selections" multiple>