<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>

<h1>Hello to all the Beautiful People! (This is a heading)</h1>
<p>You all brighten up my day. Thanks for being there. (This is a paragraph)</p>

</body>
</html>
body {
  background-color: blueviolet;
}

h1 {
  color: lightblue;
  margin-left: 70px;
}

p {
  color: yellow;
  font-size: 25px;
  padding-left: 100px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.