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

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;

13 Cards in this Set

  • Front
  • Back
Table
Creates a table.Contains all other table elements.
Tablecaption
Adds a caption or title, whichappears above the table by default.
Table row
Contains all data for a table row.
Tableheader
Typically designates cells in the toprow or left column.By default, text in a header cell willappear bold and centered.
Table data
Designates table cell contents.By default, the data is left-justified.
border
Determines the style of the border.
border-collapse
Collapses the borders of adjacentcells into a single border instead ofseparating them.
border-spacing
Determines the amount of spacebetween the borders of adjacentcells.
padding
Determines the amount of spacebetween cell data and the cellborder.
width
Determines how far the table orcell will extend horizontally acrossthe page.
background-color
Determines the background colorfor table elements.
text-align
Aligns text horizontally.
vertical-align
Aligns content vertically