• 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
<HTML> </HTML>
Marks the beginning and end of HTML document.
<HEAD> </HEAD>
Marks the beginning and end of the HEAD section of an HTML document.
<BODY> </BODY>
Marks the beginning and end of the BODY section of an HTML document.
<TITLE> </TITLE>
Defines the titles of the document.
<H1> </H1>
<H2> </H2>
<H3> </H3>
<H4> </H4>
<H5> </H5>
<H6> </H6>
heding sizes 1-6(H1 being the largest and H6 the smallest)
<P> </P>
Marks the beginning and end of a paragraph.
<FONT> </FONT>
Defines the font for the enclosed text.
<B> </B>
Displays enclosed test as bold.
<I> </I>
Dislplays enclosed text in italics.
<U> </U>
Displays enclosed text as underlined.
<UL> </UL>
Creates an unordered (bullet) list.
<OL> </OL>
Creates an ordered number list.
<LI> </LI>
List item within a bullet list.
<HR>
Draws a horizontal rulle across the page.
<BR>
inserts a line break
<TABLE> </TABLE>
Marks the beginning and end of a table.
<TR> </TR>
Marks the beginning and end of a table row.
<TD> </TD>
Marks the beginning and end of a table cell.
<A> </A>
Defines a hyperlink.
<IMG>
Defines an inline image.