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

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;

30 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.
<il> </il>
List them
cellpadding
Specifies amount of spacing inside a 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 italic text and end italic text.
<u> </u>
begin underline text and end underline text.
<h1> </h1> thru <h6> </h6>
These are heading tags. Both with beginning and closing attributes.
<ul> </ul>
an unordered list ta is like a bullet list you will find in other software progarms. Both have opening and closing tags.
<li>
List item tag; used with both unordered list and ordered list.
<ol> </ol>
an order list tag is like a number list you will find in other software program.Both have opening and closing tags.
<>
The proper name for these symbols used in html language is called "wickets".
What does this mean?<h1 align=center>Mifflin high School.
this html codes language means to ;use font size heading 1 to place the words Mifflin High School in the Mifflin High School in the center of the webpage
<hr>
horizonal line
<p align="left">
</p>
left alignment which is the default alignment.
<p align="center">
</p>
center alignment.
<p align="right">
</p>
right alignment
<p align="justified">
</p>
text alignment is even on both left and right side.
<br>
line break tag
&nbsp
No break space
Example without &nbsp
These are the results.
<table border="1">
I want the table border to equal 1" in width.
<pre></pre>
Text appear exactly as it is typed.
<input type="text"/>
input tags.