Skip to content

Commit 9ba4d79

Browse files
committed
DOM & DOM Tree
1 parent 0a2732b commit 9ba4d79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Notes/DOM.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ The DOM allows JavaScript to interact with and modify the page dynamically.
2323
For example: document.getElementById("myId") gets a node, and you can change its content or style.
2424

2525
## DOM Tree Example
26-
2726
![DOM Tree](images/DOMTree.png)
2827

29-
3028
### More:
3129
[DOM - MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction)

Notes/images/DOMTree.png

14.3 KB
Loading

0 commit comments

Comments
 (0)