Fix link in 2.1.5 (Node properties...)
This commit is contained in:
parent
dccca58f26
commit
bf3c878eb0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue