• 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 documents
<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
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>
heading,size1-6(h1 being the largest,h6 the smallest)
<p> </p>
marks the beginning and end for a paragrah
<font> </font>
defines the font for the enclosed text
<b> </b>
displays enclosed text as bold
<l> </l>
displays enclosed text as italics
<u> </u>
displays enclosed text as underlined
<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
<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 a inline image