|
Basic HTML
(Hyper Text Markup Language) Instructions
To begin using the
tags use <> and when finish </>. If you begin with <p><i>
you should end as </i></p>. If
you use a combination like: <p><i><b><font color="red">you
should en as </font></b></i></p>
" Pagraph
Separation :
<p>
If you whould like to separate your paragraphs,
write these symbols to the beginning and to the end of the selected paragraph
you what to separate.</p>
" Italic
Letters:
<i>
To use the Italic
letter write to the beginning and the end of the letter (s) you what Italic
these symbols.</i>
Result:
To
use the Italic letter write to the beginning and the
end of the letter (s) you what Italic these symbols.
" "Bold"
Letters:
<b>If you want BOLD letters write
these symbols to the beginning and to the end of the letter (s) you want
bold.</b>
Result:
If you want BOLD
letters write these symbols to the beginning and to the end of the letter
(s) you want bold.
" The
combination of the three elements used together will result as:
<p><i><b> If you used
a combination of the three elements mentioned above you should have a
result similar to this. <b></i></p>
Result:
If you used
a combination of the three elements mentioned above you should have
a result similar to this.
" Add
color to your text:
<font color="red"> To
change the color of your text from black to RED
use these tags as we are showing.</font>
Result:
To
change the color of your text from black to RED use these tags
as we are showing.
"Combination
of all Elements:
<p><i><b><font
color="blue">This
example will allow you to see the amazing change you can do to your text
with huge imagination and little effort.</font></b></i></p>
This
example will allow you to see the amazing change you can do to your
text with huge imagination and little effort.
|
You
can use these 16 colors you can use to add life to your page.
|
|
silver
|
gray
|
green
|
navy
|
purple
|
olive
|
teal
|
white
|
|
black
|
brown
|
red
|
lime
|
blue
|
magneta
|
yellow
|
cyan
|
|
Enlarge
or decrease the letter size
|
|
<font
size="+1">anything</font>
|
anything
|
|
<font
size="-2">anything</font>
|
anything
|
"Adding Bullets to
your text:
<ul><li>This
example will allow you to put bullets on your text.</ul><li>
- This example will allow
you to put bullets on your text.
|