title: Create a Class to Target with jQuery Selectors
challengeType: 0
---
## Description
<sectionid='description'>
Not every class needs to have corresponding CSS. Sometimes we create classes just for the purpose of selecting these elements more easily using jQuery.
Give each of your <code>button</code> elements the class <code>target</code>.
</section>
## Instructions
<sectionid='instructions'>
</section>
## Tests
<sectionid='tests'>
```yml
- text: Apply the <code>target</code> class to each of your <code>button</code> elements.