Create a Bootstrap Row 2

Tell us what’s happening:

I have added a div element below h3 what is happening.

Your code so far

<div class="container-fluid">
  <div class="row">
  <h3 class="text-primary text-center row">jQuery Playground</h3>
    <div class="row"></div>
    <div></div>
</div>
  
</div>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/create-a-bootstrap-row

What does the failing test say?

Add a div element below your h3 element.

Are you supposed to have one both above and below, or just below?

I think just below below

You have 2: one above and one below.

i have a div eleemt below the h3 i think

jQuery Playground

The code you included above has 2 div elements with the class row.

When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums

i fixed it but it says about make sure closing tag

  <div class="container-fluid">

jQuery Playground

What is your current code?

I finaly got it Thannks for helping```

jQuery Playground

```

Count how many opening <div tags you have and how many closing </div> tags you have. There should always be the same number.