• 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
<table> </table>
begin a table and end a table
<tr> </tr>
species a table row
<td> </td>
species a table cell
colspan
defines the number of columns a cell should span across
<ul> </ul>
an unordered lsit
<li> </li>
list item
cellpadding
species amount of spacing insidetable cells
cellspacing
specifies amount of spacing between table cells
gif
graphic interchange format
.png
portable network graphic
<hr>
horizontal line
<p align="left">
</p>
left alignment which is the default alignment
<p align="center">
</p>
center alignment
<p align="right">
</p>
right alignment
<p align="justified"> </p>
text alignment is even on both left and right side
<br>
line break tag
&nbsp
no break space
example without &nbsp
these are the results
<table border="1">
i want the table border to
equal 1" in width
<pre></pre>
text appear exactly as it is
typed
<input type="text" />
input tags