MY FRIENDS
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment