- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
Front
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
![]()
PLAY BUTTON
![]()
PLAY BUTTON
![]()
10 Cards in this Set
- Front
- Back
|
<table> </table>
|
Begin a table and end a table.
|
|
<tr> </tr>
|
Specifies a table row
|
|
<td> </tr>
|
Specifies a table cell
|
|
colspan
|
Defines the number of columns a cell should span across
|
|
<ul> </ul>
|
An unoredered list
|
|
<li> </li>
|
List item
|
|
cellpadding
|
Specifies amount of spacing inside table cells
|
|
cellspacing
|
Specifies amount of spacing betwwn table cells
|
|
.gif
|
Graphic Interchange Format
|
|
.png
|
Portable Network Graphic
|