Number values and links are just examples, you can replace them with your own values and URLs.

Carriage return:

<br>


New paragraph:

<p>


Bold text:

<b>free text</B>


Italic text:

<i>free text</i>


Font color:

<font color="#123456">free text</font>


Font size:

<font size="1">free text</font>


Font type:

<font face="Arial, Helvetica, Sans Serif"> free text</font>


Centralized content:

<center>free contents</center>


Blockquote:

<blockquote>free contents</Blockquote>


Horizontal line:

<hr>


Image:

<img src="http://www.image.jpg/">


Link:

<a href="http://www.website.com/">Link</a>


Link with an image:

<a href="http://www.website.com/"> <img src="http://www.image.jpg/"></a>


Link to an email address:

<a href="mailto:someone@somewhere.com"> someone@somewhere.com</a>


Headline:

<h1>Title</h1>


List:

<ul> <li>List item 1 <li>List item 2 <li>List item 3 </ul>


Numbered list:

<ol> <li>List item 1 <li>List item 2 <li>List item 3 </ol>


Tables:

<table border="1" cellpadding="1" cellspacing="1"> (The border, cellpadding and cellspacing values can be anything from zero up) <tr> (This stands for a Table Row) <td> (This stands for Table Col)

Free contents

(You may enter as many rows and cols as you like, just remember to close every row and col)

</td> </tr> </table>



Make this your home page












� Copyright 2004. All Rights Reserved. Endor Graphics.
Hosted by www.Geocities.ws

1