• 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
What tags are used for the title of a document
<title></title>
What is the smallest heading
<h6></h6>
What is used for a line break
<br></br>
What is used for horizontal rule
<hr></hr>
What is used for a comment
<!-- -->
Bold text
<b></b>
Defines important text
<strong>
renders emphasized text
<em>
defines a definition term
<dfn>
Defines a piece of computer code
<code>
Defines a sample output from a computer program
<samp>
Defines a keyboard input
<kbd>
Defines a variable
<var>
defines a hyperlink
<a>
what attribute goes with the <a> tag
href=""