Important: The GCConnex decommission will not affect GCCollab or GCWiki. Thank you and happy collaborating!
Difference between revisions of "Cedrick"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!DOCTYPE html> | <!DOCTYPE html> | ||
<html> | <html> | ||
+ | <link rel="stylesheet" href="https://www.google.com/w3.css"> | ||
<head> | <head> | ||
− | |||
<style> | <style> | ||
− | body | + | body { |
− | + | background-color: linen; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | background-color: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | + | h1 { | |
− | + | color: maroon; | |
− | + | margin-left: 40px; | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | < | + | <h1>This is a heading</h1> |
− | + | <p>This is a paragraph.</p> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 09:42, 18 November 2019
<!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>