<sectionid="description"> تذكر أنه بالإضافة إلى سمات الصف ، يمكنك إعطاء كل عنصر من <code>id</code> خاصية <code>id</code> . يجب أن يكون كل معرف فريدًا لعنصر محدد ويستخدم مرة واحدة فقط لكل صفحة. دعونا نمنح معرفًا فريدًا لكل عنصر من عناصر <code>div</code> للفئة <code>well</code> . تذكر أنه يمكنك إعطاء عنصر معرف مثل هذا: <code><div class="well" id="center-well"></code> أعط البئر على اليسار معرف <code>left-well</code> . اعط البئر على اليمين معرف <code>right-well</code> . </section>
## Instructions
undefined
## Tests
<sectionid='tests'>
```yml
tests:
- text: ''
testString: 'assert($(".col-xs-6").children("#left-well") && $(".col-xs-6").children("#left-well").length > 0, "Give your left <code>well</code> the id of <code>left-well</code>.");'
testString: 'assert($(".col-xs-6").children("#right-well") && $(".col-xs-6").children("#right-well").length > 0, "Give your right <code>well</code> the id of <code>right-well</code>.");'