<html>
<head>
  <title>Your Title Here</title>
</head>

<body style="background: green;">
  <h1>This is a header</h1>
  <h2>This is a Medium header</h2>

  Send me mail at <a href="mailto:support@yourcompany.com">support@yourcompany.com</a>.

  <p> This is a new paragraph!
  <p> <b>This is a new paragraph!</b>
    <br> <b><i>This is a new sentence without a paragraph break, in bold italics.</i></b>
</body>

</html>