HTML Text Guide



Here is a little guide on how you make text look and feel different:
Code Start Code End Effect
<B> </B> This bolds text
<U> </U> This underlines text
<I> </I> This italicizes text
<Marquee> </Marquee> This makes text scroll
<center> </center>
This centers text
<br> There is no end This makes

line breaks



To make text different font, size, and color, add this code wherever you want writing:

<font face="FONT TYPE" size="#" color="COLOR">type your text here </font>


So, now look at this:

<font face="Courier New" size="4" color="984A17">HTML is hard to learn, but is worth it! </font>

This is how it turns out:

HTML is hard to learn, but is worth it!

We hope this tutorial helped you! For suggestions, questions, or anything, contact yael@lime-pie.zzn.com or sasha@lime-pie.zzn.com.