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

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;

20 Cards in this Set

  • Front
  • Back
<!--...-->
Defines a comment
<!DOCTYPE>
Defines the document type
<a>
Defines a hyperlink
<abbr>
Defines an abbreviation
<acronym>
Not supported in HTML5. Use <abbr> instead.
Defines an acronym
<address>
Defines contact information for the author/owner of a document
<applet>
Not supported in HTML5. Use <object> instead.
Defines an embedded applet
<area>
Defines an area inside an image-map
<article>
Defines an article HTML5
<aside>
Defines content aside from the page content HTML5
<audio>
Defines sound content HTML5
<basefont>
Not supported in HTML5. Use CSS instead.
Specifies a default color, size, and font for all text in a document
<bdi>
Isolates a part of text that might be formatted in a different direction from other text outside it HTML5
<bdo>
Overrides the current text direction
<big>
Not supported in HTML5. Use CSS instead.
Defines big text
<blockquote>
Defines a section that is quoted from another source
<body>
Defines the document's body
<br>
Defines a single line break
<button>
Defines a clickable button
<canvas>
Used to draw graphics, on the fly, via scripting (usually JavaScript) HTML5