--- title: Apply the Default Bootstrap Button Style --- ## Apply the Default Bootstrap Button Style The last challenge had you creating 6 buttons, 3 in each well element, this time you are required to add classes to those buttons. ### Hint A class is declared using the following syntax: ```html ``` ### Solution Since you have to add the ``` btn ``` and ``` btn-default ``` classes, the following is the solution: ```html

jQuery Playground

```