Now it's time to add a container to our HTML file. Code the parent div element and set its class to container.
div
container
Make sure to pick < followed by div and then class, "container", >, </div>.
<
class
"container"
>
</div>