Cedrick
<!DOCTYPE html> <html> <link rel="stylesheet" href="https://www.google.com/w3.css"> <head> <style> body {
background-color: linen;
}
h1 {
color: maroon; margin-left: 40px;
} </style> </head> <body>
This is a heading
This is a paragraph.
</body> </html>