--- id: bad87fee1348bd9aedf08736 title: Style the HTML Body Element challengeType: 0 videoUrl: '' localeTitle: قم بتهيئة عنصر نص HTML --- ## Description
الآن دعونا نبدأ الحديث والتحدث عن الميراث CSS. كل صفحة HTML لديها body عنصر.
## Instructions undefined ## Tests
```yml tests: - text: '' testString: 'assert($("body").css("background-color") === "rgb(0, 0, 0)", "Give your body element the background-color of black.");' - text: '' testString: 'assert(code.match(/ ```
## Solution
```js // solution required ```