Basic Knowledge of HTML Text

HTML Tutorials

Tutorial

Click on thumbnailed images to enlarge

I've noticed some people have no idea how to do anything... I was one of those people until I decided to look at how things got in the place that they were. Basically all website stuff is trial and error until you get it right. I'm just going to help a bit and give some easy basic things to do. They might not work all the time on different web browsers, but they work MOST of the time.
**********NOTE*************
IGNORE THE IN THE CODES!!!


Text

First, I'm going to start out with text.

To make text bigger, use this code, and put the number of how big you want the text where the # symbols are.
<font size\"###\">Your text here.</font>


To make text colorful use this code, and put the color you want where it says color.
<font color=\"color\">Your text here.</font>


To make text into a different font, use this code and put the font where it says font. Just warning you now, not all fonts work in all browsers.
<font face=\"font\">Your text here.</font>


If you want...
·Color and font...
<font color=\"color\" face=\"font\">Your text here.</font>

·Color and size...
<font color=\"color\" size=\"###\">Your text here.</font>

·Font and size...
<font face=\"font\" size=\"###\">Your text here.</font>

·Color, font, and size...
<font color=\"color\" face=\"font\" size=\"###\">Your text here.</font>



Tutorial Comments

Showing latest 10 of 22 comments

Thank you! That was great! Simple and to the freakin' point! A+
And thanks for considering people who are really new to html!

By Butterface89 on Jul 16, 2010 8:04 am

Their should be one on how to make your own html layout from scratch.

By miila on Apr 27, 2009 8:56 pm

how do you put a backgroung color behind your text still havent found a tutorial on that

By sw33thuny on Dec 2, 2008 4:00 pm

I think this was great i think some should do an advanced one now too

By ajpagan on Nov 8, 2008 5:50 pm

What someone should put after face?
↓↓↓
Your text here.

By ernstperol on Nov 1, 2008 5:11 pm

I think it's great you posted this [:
Although I know how to do all this already!

By dilligrout on Oct 28, 2008 3:20 am

yeah someone should do an advance html tutorial.

By goth-nina on Oct 24, 2008 5:44 pm

lol i thought i was a noob at html too xD
but i've got mostly the basics :)

By nuhhcolee on Oct 13, 2008 3:25 pm

thanks o so much

By skinnyminnie555 on Aug 23, 2008 3:27 pm

Thanks for this. This'll help me alot.

By Mirari on Aug 22, 2008 10:42 pm
View all »

Tutorial Details

Author tugspookybj View profile
Submitted on May 29, 2008
Page views 41,361
Favorites 119
Comments 22
Reviewer kreios View profile
Approved on May 30, 2008

Tutorial Tags