Difference between revisions of "Cedrick"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | + | <style> | |
+ | body { | ||
+ | background-color: linen; | ||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | color: maroon; | ||
+ | margin-left: 40px; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <h1>This is a heading</h1> | |
− | + | <p>This is a paragraph.</p> | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:29, 13 November 2019
<!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>