Cedrick
Revision as of 11:35, 13 November 2019 by Cedric.kamgang (talk | contribs)
<!DOCTYPE html> <html> <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>