Using Code

<h1>This is a big heading</h1>
<h2>This is smaller heading</h2>
<h3>This is another smaller heading</h3>

<p>This is a paragraph</p>
<a href="/people">This is a weblink</a>

<div>
  <h3><div></div>
  <p>
    Put everything inside the <div>
  </p>
</div>

This is a big heading

This is smaller heading

This is another smaller heading

This is a paragraph

This is a weblink, it takes people to other places in our site

<div>

Put everything inside the <div>