<!doctype html>

<html>

  <head>

    <meta charset="utf-8">

    <title>Test Page</title>

  </head>

  <body>

    <h1 style="color:blue">This is a heading</h1>

    <p>This is a paragraph under the heading.</p>

  </body>

</html>