In order to create these sections, we'll use three <div> elements with unique identifiers, or IDs.

In the body section, create three <div> elements and set their id attributes to header, content, and footer.

Psst: these names are arbitrary, but we'll need them to get our hands on the sections and make them look good.