• 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 beginningand end of the body section of an html document
<TITLE> </TITLE>
Denfines the titles of the document
<H3> </H3>
<H4> </H4>
<H5> </H5>
<H6> </H6>
Heading sizes 1-6(h1 beginthe largest h6 the smallest
<P> </P>
Marks the beginning and end of the paragraph
<FONT> </FONT>
Defines the font for the enclosed text
<B> </B>
Display enclosed text as bold
<I> </I>
Display enclosed text in italics
<U> </U>
display 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 rule across the page
<BR>
Insert 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 a inline image