Wednesday, 22 February 2012

Giving style to web page



 <html>
<body style="background-color:Green;">
<h1>Styles and colors</h1>
<p style="font-family:verdana;color:Blue;">
This is my text</p>
<p style="font-family:times;color:red;">
This is my text style 2</p>
</body>
</html>


No comments:

Post a Comment