How to HTML

So! Here it is!! The down and dirty...in the raw HTML
or
how to make your words do fun things!!! ..grin...

...Ready...
...Set...
...GO...


~ Text Attributes ~

italics
<i> italics </i>


bold
<b> bold </b>
emphasize
<em> emphasize </em>
typetext
<tt> typetext </tt>
strikethrough
<strike> strikethrough </strike>
SubText
<sub> sub </sub>
Note: This is fun to know because you can
sub a sub...movingdownfurtherand backupagain!*smile*
I did that by placing a <sub> in front of each word going down
without using the endtag until I wanted to move back up again.
Make sure to use as many </sub> tags as you did in front.


Type Size
<font size=6> Type Size </font>
Another Note: Font sizes can range from minus (-) numbers to plus numbers (+)...
you can type with or without the + sign but they come out different sizes...
don't ask me..I fake it! *smile*


Type Color
<font color=purple> Type Color </font>

And Yet Another: Font colors can be input as numbers or names...
(example: Name:AliceBlue Code:eff7ff)
(see charts at HTML 3 Colors and in color at RGB Colour Chart)
Tags for colors can be inserted between
letters and words
as long as you use the end tags before choosing another.
Size and Color
<font size=6 color=purple> Size and Color </font>

Use stuff together!
<font size=6 color=lime><b><i> Use stuff together! </font></b></i>


~ Paragraph Stuff ~


Center your thoughts...
<center> Center </center>

Line break
Use this to break text without a space. <br>

Paragraph Break
Use this for a wider space between paragraphs. <p>

Dividing Line
Lines...just the plain one for now... <hr>


~ Putting Up Pics ~



<img align=middle src="http://www.ptialaska.net/~melissag/htmlguide/froggie.gif">

MoReNoTeS: Okey dokey..find a pic you like...copy the link
and put it between the quotation marks. Don't forget any of the sequence..
like the http:// or the < and > and the align or it won't work in some places like chat lines...


Please remember that animations take up memory
and will slow down other people's machines so use them sparsly. :)


Right! So...for now that's all I'm putting in this "manual."
That should get you started! I'll add more later.
I'll put in about sizing graphics and lines and
some other cool stuff. It just keeps growing!
HTML that is. Get your mind out of the gutter!!!
Geeeez...Don't forget to use your end tags!!

See you! Melissa/WhymsiqueL

Return to Stone's Throw. Don't forget to sign my guestbook! :)

Stone's Throw Logo

EASY HTML 2 | EASY HTML 3 | EASY HTML 4
EASY HTML 5 | EASY HTML 6