• 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 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 && end bold text
<i></i>
begin italic text && end italic text
<u></u>
begin underline text && end underline text
<h1></h1> thru <h6></h6>
heading tags.both beggining and closing attributes
<ul></ul>
unordered tag list is like a bullet list you will find in other software programs.both have opening and closing tags
<li>
list item tag. used both in oredered and unordered list
<ol></ol>
ordered tag list is like a number list you find in other software programs. both have opening && closing
<>
wickets
what does this mean?<h1 align=center>mifflin high school
means to use font size heading one to place the words mifflin igh school in the center of the webpage
<hr>
horizontal 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