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

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;

3 Cards in this Set

  • Front
  • Back

Uses of <cite> tag

This tag represents a reference to a creative work.It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata.

Uses of <bdo> tag

bdo stands for Bi-Directional Override.This tag is used to override the current text direction.ltr: Indicates that the text should go from left-to-right direction.rtl: Indicates that the text should go from right-to-left direction.

Uses of <kbd> tag

It is a phrase tag. It defines keyboard input.This tag is not deprecated, but it is possible to achieve richer effect with CSS.When the kbd element is nested inside a samp element, it represents the input as it was echoed by the system..When the kbd element contains a samp element, it represents input based on system output, for example invoking a menu item.When the kbd element is nested inside another kbd element, it represents an actual key or other single unit of input as appropriate for the input mechanism.