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

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;

15 Cards in this Set

  • Front
  • Back

What is a colgroup

Identifies the columns in a web table

What is the col element

Identifies a columns or span of columns

colspan

causes a cell to span over several columns

rowspan

causes a cell to span over several rows

table (element)

Marks a web table consisting of table rows and cells

th

a table heading cell displayed in bold

thead

groups the header content in the table

tbody

Groups the body content in a table

tfoot

Groups the footer content in a table

caption

element that provides a caption for the table

tr

element defines a table row

td

Defines a cell in a table

3 parts of table

thead, tbody, tfoot

How do you make the cells come together in css

border-collapse: collapse;

How do you separate a paragraph into multiple columns

column-count: 2;


REMEMBER TO INCLUDE


-moz-column-count: 2;


-webkit-column-count: 2;