Page

HTML source code for apply color using css

<!DOCTYPE html>
<html>
<head>

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

<body>

<h1>www.sourcecodernp.blogspot.in</h1>
<h2>www.sourcecodernp.blogspot.in</h2>
<h3>www.sourcecodernp.blogspot.in</h3>
<p>www.sourcecodernp.blogspot.in</p>

</body>
</html>

No comments:

Post a Comment