Merge pull request #2272 from vsemozhetbyt/patch-17

Fix link in 2.1.5 (Node properties...)
This commit is contained in:
Ilya Kantor 2020-11-10 12:12:27 +03:00 committed by GitHub
commit 26b393a7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,7 +198,7 @@ In XML mode the case is kept "as is". Nowadays XML mode is rarely used.
## innerHTML: the contents
The [innerHTML](https://w3c.github.io/DOM-Parsing/#widl-Element-innerHTML) property allows to get the HTML inside the element as a string.
The [innerHTML](https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin) property allows to get the HTML inside the element as a string.
We can also modify it. So it's one of the most powerful ways to change the page.