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

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;

29 Cards in this Set

  • Front
  • Back
<html> </html>
marks the begining and end of html document
<head> </head>
marks the begining and end of the head section of an html document
<body > </body>
marks the beginingand end of the body section of an html document
<title> </title>
define the title of the document
<h3> <h3>
<h4> < h4>
<h5> < h5>
<h6 > <h6>
heading sizes 1-6(h1 being the largest h6 the smallest)
<html> </html>
marks the begining and end of html document
<head> </head>
marks the begining and end of the head section of an html document
<body > </body>
marks the beginingand end of the body section of an html document
<title> </title>
define the title of the document
<h3> <h3>
<h4> < h4>
<h5> < h5>
<h6 > <h6>
heading sizes 1-6(h1 being the largest h6 the smallest)
<p> </p>
marks the begining and end of paragraph
<font> </font>
defines the font for the enclosed text
<b> </B>
displays enclosed text as bold
<i> </i>
displays enclosed text in italics
<u> </u>
displays enclosed tex as underlined
<ul> </ul>
create an unordered (bullet) list
<ol> </ol>
create an ordered (numberd) list
<li> </li>
list item within a bullet list
<hr>
draws horizantal rulle across the page
<b>
inserts a line break
<table> </table>
marks the begining and end of a table
<tr> </tr>
marks the begining and end of table row
<td> </td>
marks the begining and end of table cell
<br> </br>
insert a line break
<td> </td>
marks the begining and end of a table
<tr> </tr>
marks begining and end of table row
<td> </td>
marks the begining and end of a table cell
<a> </a>
define a hyperlink
<img>
define a inline image