We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f441a commit 214a400Copy full SHA for 214a400
3 files changed
2-ui/1-document/03-dom-navigation/1-dom-children/task.md
@@ -1,8 +1,8 @@
1
-درجة الأهمية: 5
+importance: 5
2
3
---
4
5
-# اطفال ال DOM
+# اطفال ال DOM
6
7
انظر إلى هذه الصفحة:
8
2-ui/1-document/03-dom-navigation/3-navigation-links-which-null/task.md
@@ -1,4 +1,4 @@
2-ui/1-document/03-dom-navigation/4-select-diagonal-cells/task.md
@@ -10,7 +10,7 @@
10
11
```js
12
// يجب أن يكون td مرجعًا لخلية الجدول
13
-td.style.backgroundColor = "red";
+td.style.backgroundColor = 'red';
14
```
15
16
يجب أن يكون النتيجة:
0 commit comments