Codes

Font | Images | Tables | HR Lines | Links

Now before starting you NEED to know this! As you scroll down (or click a link above) you will notice that the examples are on the top while the codes are below that.
There is NO specific meaning to the links above. When you click on FONT you will be show different kind of font styles,how make fonts bold, or italic, etc., how to change font sizes and colors, and more as you go along.
As time passes I will discover more codes and tricks and might put some on here. So as weeks go by stop and check if this page has been updated.


FONT

To start with basics, if you want to type words on your website you always start with <font>. When you are done you end with </font>. To see an example click here

To make your font unique you can put these:
(bold) <b> </b>
(italic) <i> </i>
(small & high) <sup> </sup>
(small & low) <sub> </sub>
(line crossing out word) <s> </s>

It should look something like this!

Description:
The text above shows the color,font (or face), and size.

Code:
<font size=SIZE HERE face=FONT HERE color=COLOR HERE></font>
To see a list of different colors in hex codes
go here!


IMAGES

Description:
Put an image on your site!

Code:
<img src="IMAGE HERE"></img>

Description:
Change the height and width of your image

Code:
<img src="IMAGE HERE" width="WIDTH HERE" height="HEIGHT HERE"></img>


TABLES

Goddess' Palace

Description:
A beautiful and colorful table that will definately attract your "customers".

Code:

<table border=1 bordercolor=COLOR HERE bgcolor=BACKGROUND COLOR>
<tr>
<td>
TEXT/IMAGE HERE
</td>
<td>
TEXT/IMAGE HERE
</td>
</tr>
</table>

HR Lines



Description:
The HR Line (as what I call it) above has a color and width to it. While the ones you see that are gray have neither. (all u have to put for the plain HR Lines are <hr>)

Code:
<hr width=WIDTH HERE color=COLOR HERE>


Links

This is NOT an active link!

Description:
This code is to let your viewers look at another page.

Code:
<a href="LINK">WHAT U WANT DA LINK 2 SAY HERE</a>


Copyright © 2003, GODDESS CORPORATIONZ, All Rights Reserved.