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 857f7f6 commit 0ffd544Copy full SHA for 0ffd544
2-ui/1-document/02-dom-nodes/article.md
@@ -4,11 +4,11 @@ libs:
4
5
---
6
7
-# DOM tree
+# DOM Yapısı
8
9
-The backbone of an HTML document are tags.
+Bir HTML belgesinin omurgası etiketlerdir.
10
11
-According to Document Object Model (DOM), every HTML-tag is an object. Nested tags are called "children" of the enclosing one.
+Document Object Model (DOM)' a göre, her HTML etiketi bir nesnedir. Nested tags are called "children" of the enclosing one.
12
13
The text inside a tag it is an object as well.
14
0 commit comments