Fix link in 2.1.5 (Node properties...)

This commit is contained in:
Vse Mozhe Buty 2020-11-05 20:41:07 +00:00 committed by GitHub
parent dccca58f26
commit bf3c878eb0
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 ## 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. We can also modify it. So it's one of the most powerful ways to change the page.