CLICK HERE

Earning More

Clickz

Thursday, December 2, 2010

HTML Elements

<html>
<body style="background-color:PowderBlue;">
<title>Kuldeep ji</title>
Style HTML elements

<h1>Look! Styles and colors</h1>

<p style="font-family:verdana;color:red">
This text is in Verdana and red</p>

<p style="font-family:times;color:green">
This text is in Times and green
background-color:PowderBlue;Ankur jiStyle HTML elements
Look! Styles and colorsfont-family:verdana;color:redThis text is in Verdana and redfont-family:times;color:greenThis text is in Times and gree</p>

<p style="font-size:50px">This text is 50 pixels high</p>

</body>
</html>

No comments:

Post a Comment