Wednesday, March 9, 2016

TO CREATE A STYLE IN HTML.... Try it.....



<!DOCTYPE html>
<html>
<head>
<style>
h1 {color:green;}
p {color:yellow;}
</style>
</head>
<body>

<h1>This is a heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

No comments:

Post a Comment