--- id: 5d8a4cfbe6b6180ed9a1ca5e title: Step 127 challengeType: 0 dashedName: step-127 --- # --description-- Append a `div` element to the selection. Each `div` will be a small square for each color. # --hints-- test-text ```js assert($('.dashboard div table tbody tr td div').length === 3); ``` # --seed-- ## --before-user-code-- ```html