• 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><tr>
Specifies a table cell
colspan
Defines the number of columns a cell should span across
<ul></ul>
An unordered list
<li></li>
List items
cellpadding
Specifies amonut of spacing inside table cells
cellspacing
Specifies amount of spacing between the 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 and end underlined text
<h1></h1>thru<h6></h6>
these are heading tags.Both with the beginning and closing attributes
<ul></ul>
an unordered list tags is like a bullet list you will find in other software programs.Both have opening and closing tags
<li>
List Item Tag.use with both unordered list and ordered list
<ol></ol>
an unordered list tags is like a number list you will find in other software programs.Both have opening and closing tags
<>
the proper name for these symblos used in html language is called "wickets"
what does it mean?<h1 align=center>Mifflin High School
this html code language means to:use font size heading 1 to palce the words Mifflin High School in the center of the webpage
<hr>
horizontal line
<p align="left">
</p>
left alignment which is default alignment
<p align="center">
</p>
center alignment
<p align="right">
</p>
right alignment
<p align="justifies">
</p>
text alignment is even on both left and right side
<br>
line break tag
&nbsp
no break space
example without the &nbsp
these are the results
:
<table border="1">
i want the table border to be equal to "1" in width
<pre></pre>
text appear exactly as it is typed
<input type="text" />
input tags