Difference between revisions of "Cedrick"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
− | < | + | <title>Page Title</title> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | </ | ||
</head> | </head> | ||
<body> | <body> | ||
− | <h1>This is a | + | <h1>This is a Heading</h1> |
<p>This is a paragraph.</p> | <p>This is a paragraph.</p> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:30, 13 November 2019
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body>
This is a Heading
This is a paragraph.
</body> </html>