Cedrick

From wiki
Revision as of 12:35, 13 November 2019 by Cedric.kamgang (talk | contribs)
Jump to navigation Jump to search

<!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>