xxxxxxxxxx
<html>
<head>
<title>HTML Title Element goes here.</title>
<style>
h1 {
color: orange;
font-family: arial;
}
p {
color: purple;
font-family: georgia;
}
</style>
</head>
<body>
<h1>Displayed Page Title</h1>
<p>The main content of your page goes here.</p>
</body>
</html>