<html lang="en">
<head>
<title>My Page</title>
<head>
</head>
<style>
body {
background-image: linear-gradient(to left, cyan, yellow);
}
</style>
<body>
<p>Anish is a good friend?</p>
<p>Anish is a doo doo head!</p>
<p>Anish is an intelligent fellow.</p>
</body>
</html>