Create a bootstrap row

Im still getting an error message that says:
Add a div element below your h3 element.

can someone tell me what im missing?

div class row should wrap around your h3 tag
`



`

but its still giving me an error

Lol sorry totally missed the closing div in your first post you have it done right except its not what they want … went and looked at the problem … they want a empty div under the h3 element not around it …

`

jQuery Playground

` ----------------------------------------------------------- Add a div element **below** your h3 element. Your div element should have the class row Your row div should be **nested inside** the container-fluid div

how did you know that? i thought div class=row would come directly after div class= container-fluid

dont know much bootstrap as never learned it but did read a few tutorials on it to see what it was like but from what i remember … you use a div with class=‘row’ to wrap around another div when your using classes like xl sm lg … so just assumed it was meant to wrap around your h3 … after posting and you replied i checked out the problem and when i read what they wanted i realized that they wanted a div with class row under the h3 and then i came to me what divs with class row are used for … probably would have made more sense if the asked to create a div with class row wrapped around a div with class xl etc [quote=“akosuadenell, post:5, topic:130604”]
i thought div class=row would come directly after div class= container-fluid
[/quote]
In general a div with class=‘container-fluid’ is a main div containing everything or a large section of a page … from the little i tried of bootstrap i would use div container-fluid as my first div and put every thing else inside that div …