You are on page 1of 1

example

<!DOCTYPE html>
<html>
<head>
<style>
body{back ground-color:powder blue;}
h1{color:blue;}
p{color:red;}
</style>
</head>
<body>

<h1>this is a heading</h1>
<p> this is a paragraph,<P>

</body>
</html>

You might also like