--- title: Add id Attributes to Bootstrap Elements --- # Add id Attributes to Bootstrap Elements --- ## Problem Explanation The last challenge had you adding a class to your button elements, this time you have to add id(s) to the div(s) which have the well class. --- ## Hints ### Hint 1 An id is declared as follows: ```html ``` ### Hint 2 Edit the div tags which have the well class ### Hint 3 Use different id(s) for both wells. ### Hint 4 Give the well on the left the id of ``` left-well ``` and the well on the right the id of ``` right-well ```. --- ## Solutions
Solution 1 (Click to Show/Hide) ```html

jQuery Playground

```