Site hosted by Angelfire.com: Build your free website today!

Miscellaneous Stuff

1. First we will learn about making a line. We use the <hr> tag to do this.

<hr>


2. Now we can change the size of the line. We use the <hr size=a number> tag to do this.

<hr size=4>


<hr size=6>


<hr size=8>


<hr size=10>


<hr size=15>


<hr size=20>


1.Now I want to talk about . The basefont is the size of the font of the text of what you are writing. We have been using the <basefont size=3> Throughout this page. It can be change from 1-7 anywhere in your page.

This is what <basefont size=1> looks like.

This is what <basefont size=5> looks like.

1.Let me go over the different types of writings we can use.

<i>
This is what italics looks like. We need an opening statement and a closing statement.
</i>

<tt>
This is what type-writing looks like. This also needs an opening statement and a closing statement.
</tt>

<b>
This is what boldface looks like. This also needs and opening statement and a closing statement.
</b>

<s>
This is what strike-through lools like. This also needs and opening statement and a closing statement.
</s>

<u>
This is what underscore looks like. This also needs and opening statement and a closing statement.
</u>

For webtv--this is how you hide you email so know one sees it:

<!--html> here is where you tags will go </html-->

Also: when you want to hide just one statement or a few you can do this:

<!img src="http://what ever the address">

<!embed src="http://what ever the address">

Home Page    Next Page