Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<!DOCTYPE html> | |||
<html> | <html> | ||
< | <head> | ||
<style> | |||
body {background-color: powderblue;} | |||
h1 {color: blue;} | |||
p {color: red;} | |||
</style> | |||
</head> | |||
<body> | |||
<h1>This is a heading</h1> | |||
<p>This is a paragraph.</p> | |||
</body> | |||
</html> | </html> |
Revision as of 05:15, 24 July 2020
<!DOCTYPE html>
This is a heading
This is a paragraph.