• 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>
Specifies a table row.
<td> </td>
Specifies a table cell.
colspan
Defines the number of columns a cell should span across.
<ul> </ul>
An unordered list.
<li> </li>
List item.
cellpadding
Specifies amount of spacing inside table cells.
cellspacing
Specifies amount of spacing between table cells.
.gif
Graphic Interchange Format
.png
Portable Network Graphic
<p>
paragraph tag
<b> </b>
begin bold text and end bold text
<i> </i>
begin bold text and end italic text
<u> </u>
begin underline text and underline text
<h1> </h1> thru <h6> </h6>
These are heading tags. Both with beginning and closing attributes.
<ul> </ul>
an unordered list tag is like you will find in other software programs. Both have opening and closing tags.
<li>
List Item Tag; used with both unordered list and ordered list.
<ol> </ol>
an unordered list tag is like you will find in other software programs. Both have opening and closing.
<>
The proper name for these symbols used in html language is called "wickets."
What dos this mean?<h1
align=center>Mifflin High School
This html code language means to: Use font size heading 1 to place the words Mifflin High School