You are on page 1of 1

<html>

<head>
<title>page title</title>
<style>
body {background-colour:powderblue}
h1 {colour: red;}
p {colour: blue;}
</style>
</head>
<body>

<h1>THIS IS HEADING</h1>
<p>this is raju ban gaya gentleman</p>

</body>
</html>

You might also like