Hi! I’m new to FCC and so hopefully I’m posting this in the write place.
I was looking for guidance on setting up different sections of a page, particularly while doing portfolio project.
I wanted to use the section element for the various sections of the page. Am I using the correct order of elements? I wasn’t sure if section should open after row and where to close the /section.
`<section> Name of section
<div class="row">
<div class="col-xs-6">
</div>
<div class="col-xs-6">
</div>
</div>
<div class="row">
</div>
</section>`