<html>
<head>
<style>
body{
background color: lime;
}
h1 {
color: red;
margin left: 140px;
}
</style>
</head>
<body>
<h1>Making it Colorful</h1>
<p>This function can help make it colorful
<div>Check the submenu for making it colorful coding</div>
As we say in Scotland, it's a doddle.</p>
</body>
</html>