---
id: bad87fee1348bd9aec908849
title: Add Elements within Your Bootstrap Wells
challengeType: 0
videoUrl: ''
localeTitle: Добавить элементы внутри ваших бутстрапов
---
## Description
Теперь у нас есть несколько элементов div на каждом столбце нашей строки. Это достаточная глубина для нашей цели. Теперь мы можем добавить элементы button . Гнездо три button элементы внутри каждого из welldiv элементов.
## Instructions
undefined
## Tests
```yml
tests:
- text: ''
testString: 'assert($("div.well:eq(0)").children("button").length === 3 && $("div.well:eq(1)").children("button").length === 3, "Nest three button elements within each of your div elements with class well.");'
- text: ''
testString: 'assert($("button") && $("button").length > 5, "You should have a total of 6 button elements.");'
- text: ''
testString: 'assert(code.match(/<\/button>/g) && code.match(/
## Challenge Seed