Add ID Attributes to Bootstrap Elements

Tell us what’s happening:

Your code so far

<div class="container-fluid">
  <h3 class="text-primary text-center">jQuery Playground</h3>
  <div class="row">
    <div class="col-xs-6">
      <div class="well">
        <button class="btn btn-default target"></button>
        <button class="btn btn-default target"></button>
        <button class="btn btn-default target"></button>
      </div>
    </div>
    <div class="col-xs-6">
      <div class="well">
        <button class="btn btn-default target"></button>
        <button class="btn btn-default target"></button>
        <button class="btn btn-default target"></button><div class="well" id="left-well"> <div class="well" id="right-well">
      </div>
    </div>
  </div>
</div>
  </div>  </div>```
**Your browser information:**

Your Browser User Agent is: ```Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36```.

**Link to the challenge:**
https://www.freecodecamp.org/challenges/add-id-attributes-to-bootstrap-elements

You didn’t fill out the “tell us what’s happening section” to tell us what problems you’re having. All that I can say from just your code is that none of the elements have ids.