1 <h1 style="color:blue;">This is a Blue Heading</h1>
2<!DOCTYPE html>
3<html>
4<head>
5<style>
6
7 body {background-color: powderblue;}
8h1 {color: blue;}
9p {color: red;}
10
11</style>
12</head>
13<body>
14
15<h1>This is a
16 heading</h1>
17<p>This is a paragraph.</p>
18
19</body>
20</html>
1<H1 align="center"><font style="style=color:darkblue;"> Education is Key</font></H1>