Section

Recipe 2.4 Structure the main content

Sample:

The Agency

Latest News

About Us

Selected projects

Code:

<h1>The Agency</h1>

<section>
  <h2>Latest News</h2>
</section>

<section>
  <h2>About Us</h2>
</section>

<section>
  <h2>Selected projects</h2>
</section>