Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
− | < | + | <style> |
+ | p { | ||
+ | border: 1px solid powderblue; | ||
+ | margin: 50px; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <h1> | + | <h1>This is a heading</h1> |
− | <p> | + | |
+ | <p>This is a paragraph.</p> | ||
+ | <p>This is a paragraph.</p> | ||
+ | <p>This is a paragraph.</p> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 06:10, 1 August 2017
This is a heading
This is a paragraph.
This is a paragraph.
This is a paragraph.