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

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;

6 Cards in this Set

  • Front
  • Back

What is the < td > tag? And what does it do?

It designates a tables cell contents.

What is a < tr > tag?

A table row tag.

What is a < th > tag?

A tag that makes a table heading.

What does the tag < caption > do?

It adds a title to the table.

What does "padding" do in coding.

It adds space in between a table's edges and words in said table.

What does the row span tag do?

It adds more lines to the table, therefore the table gets larger.