Our Partners

Sunday, November 27, 2011

How to change page Background color

How to change page Background color

 

Learn How to change page Background color

Changing a page background is a great matter and its very importent.Now i give tips how to creat background of a page.



We will declare our background color by BGCOLOR

Attribute in our body section. We have to  way to change the color one is directly declare like green,blue,yellow,red etc and other one is use by code which is called hexadecimal math format is RRGGBB (RGB = Red-Green-Blue).we will learn both way.
Ok let’s go to practically

Open notepad to know how please visit::

Write same code in our notepad

<Html>
<head>
<title>Learning BG Color</title>
</head>

<body bgcolor="green">

<h1>HellO</h1>

</body>
</html>
Image:


Step 2

SteP 3



FOR HOT IMAGES VISIT THIS SITE
www.skynts.blogspot.com


1 comments:

Habib said...

I try It and got successful result