This is a heading

This is a paragraph.

This is the internal CSS code embedded in the head of this page

<style>
body {
  background-color: linen;
}

h1 {
  color: maroon;
  margin-left: 40px;
} 
</style>