hello and welcome to my blog , today i brings new concept for you.
we have saw html code from beginnings..!
* lets understands the characteristics and properties of web page...!
1) change the color of web page what u wants like belove
<html>
<body bgcolor="pink">
<h1> this is pink colored we page</h1>
</body>
</html>
where, bgcolor="pink" is the attrbute with value with pink it may be green,red,yellow or others.
we have saw html code from beginnings..!
* lets understands the characteristics and properties of web page...!
1) change the color of web page what u wants like belove
<html>
<body bgcolor="pink">
<h1> this is pink colored we page</h1>
</body>
</html>
where, bgcolor="pink" is the attrbute with value with pink it may be green,red,yellow or others.
you can see output showen above.
thank you for being here..!!