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
1 comments:
I try It and got successful result
Post a Comment