CLICK HERE

Earning More

Clickz

Sunday, December 12, 2010

Using Style In A HTML coding

<html>
<head>
<title>Kuldeep Ji</title>

<style type="text/css">
h1 {color:#FF0000;}
h2 {color:blue;}
p {color:green;}
</style>
</head>

<body>

<h1>All header 1 elements will be red</h1>
<h2>All header 2 elements will be blue</h2>
<p>All text in paragraphs will be green.</p>
<img src="e:(Image Path)\HTML\i_love_u_3.gif">

</body>
</html>

No comments:

Post a Comment