In the body section, create three <div> elements and set their id attributes to header, content, and footer.
<div>
id
header
content
footer
Psst: these names are arbitrary, but we'll need them to get our hands on the sections and make them look good.