Emily's HTML Guide!
Hello and welcome to my new HTML guide. I've noticed some people need help with or are interested in learning HTML. I know a bit myself so I decided to put a few tips here!
Back to Queens
FONT STUFF

Italics:

<i> TEXT HERE </i>

Bold:
<b> TEXT HERE </b>

Underline:
<u> TEXT HERE </u>

Color:

<font color=_____> TEXT HERE </font>
**Most sites noly support simple colors like red, blue, green etc. For more detailed colors, you have to use a hexidecimal code. Here's a website that may be of help with that: Hexidecimal Code. Once you find the code you want, just replace the color name (ex. red) with the code, and you're good to go.

Size:
<font sixe=_> TEXT HERE </font>
**Size 3 is pretty small and size 7 is pretty big. You'll just have to try and see what you like.




Back Home
Always remember to add a closing tag (ex. </u>) or everything not specified in HTML will also be changed.

*** These do not have to be closed.
OTHER STUFF

Centering
<DIV ALIGN="CENTER"> TEXT HERE </DIV>
On some sites you can use <center>....</center> but it is quickly becoming replaced.

Different Font

<FONT FACE="_____"> TEXT HERE </FONT>

Adding a Horizontal Line***

<HR>

Adding a Line Break
***
<BR>




Please let me know if there is anything else you need to know. This is only basics.
c
Hosted by www.Geocities.ws

1