--- title: Add Elements within Your Bootstrap Wells --- ## Add Elements within Your Bootstrap Wells In the last challenge, you had created a div with the well class, this challenge now requires you to add 3 button elements in each of the wells. ### Hint A button is declared as follows: ```html ``` ### Solution Since we have to declare 3 button in each well, we would do the following: ```html

jQuery Playground

```