remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -11,8 +11,6 @@ DOM allows to do anything with elements and their contents, but first we need to
All operations on DOM start with the `document` object. From it we can access any node.
[cut]
Here's a picture of links that allow to travel between DOM nodes:
![](dom-links.png)