BWANASIMBA

BWANASIMBA

Real Name:
Age: 22
Joined: Apr 19, 2009
Last Login: Oct 1, 2010

BWANASIMBA's Statistics
Videos: 0
Images: 0
Tutorials:3
Comments: 23
HTML Tutorial Part Three

As promised in my second html tutorial, this tutorial will teach how to change the color of fonts and backgrounds. I will be using notepad for this tutorial.
To change the background color is rather simple. You want the color yellow for your background just add <body bgcolor="yellow"> to your code. This is in the place of the standard <body> opening tag but it has the same closing tag of </body>. For example:
<html>
<head>
<title> </title>
</head>
<body bgcolor="yellow">
</body>
</html>

Now, if you want to change the color of font, you have to use a different code: <font color="white">Hello!</font>. Note: the color has to have the quotation marks around them. Depending upon which text you want to change the color of the code may go in between the paragraph tags <p></p> or heading tags <h1></h1> or wherever. For example:
<html>
<head>
<title> </title>
</head>
<font color="blue">yay</font>
</body>
</html>

Quick example to try:
<html>
<head>
<title>Hi</title>
</head>
<body bgcolor="blue">
<h1><u>I am awesome</u></h1>
<h1>Still awesome</h1>
<p><b><font color="white">yay</b></p></font>
<h2>booyah</h2>
<p><i>end</i></p>
</body>
</html>

Remember to save your file with a .html extension. If you want to edit an html page open it up with notepad. That concludes this tutorial.

 

I apologize for the delay Feb 14, 2010

I apologize to anyone whose been following my articles or tutorials.  College has been insane lately in terms of work.  Essays left, exams and quizes right, and projects in the middle.  I maxed out my classes this quarter so I didn't have any time to finish my work up.  I'll try and get another fan fic up and maybe another html tutorial but I am not promising anything till this quarter ends...

Comments

By brektzar at Feb 17, 2010

Dont worry :P Just make sure its a good upload :P

Contests
Two Colors
You are only allowed to use two colors in your image for this contest.
Recent News
Its...been awhile.
By Irascibleone
Soviet-Japanese Nonaggression Pact
By BWANASIMBA
Random Quotes of the Day: May 22nd, 20...
By BWANASIMBA
Random Quotes of the Day: April 13th, ...
By BWANASIMBA
Random Quotes of the Day: March 26th, ...
By BWANASIMBA
Random Quotes of the Day: February 27,...
By BWANASIMBA
Current Poll
Total Votes: 100
What do you like most about Imantu?
Images
28%
Videos
0%
Tutorials
0%
All of It
72%