• 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
<p>
pargraph
<b> </b>
begin bold text and end bold
<i> </i>
begin italic and end italic
<u> </u>
begin underline and end underline
<h1> </h1> thru<h6> </h6>
these are heading tags. both with beginning and closing
<ul> </ul>
an unordered list tag is like a bullet list you will find in other software program. both have opening and closing
<li>
list item tag: used with both unordered list and ordered
<ol> </ol>
ordered list tag is like a number list 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 does this mean?<h1align=center> mifflin high school
this html code languange means to use font size heading 1 to place the words mifflin high school
<hr>
horizontal line
<p align="left">
</p>
left alignment which is the defeult 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
:
example with &nbsp
these are the results
<table border="1">
i want the table border to equal 1 in width
<pre></pre>
text apper exactly as it is typed
<input type="txet" />
imput tags