diff --git a/guide/english/javascript/html-dom-innerhtml-property/index.md b/guide/english/javascript/html-dom-innerhtml-property/index.md index 80207998020..340e9b2a886 100644 --- a/guide/english/javascript/html-dom-innerhtml-property/index.md +++ b/guide/english/javascript/html-dom-innerhtml-property/index.md @@ -1,8 +1,8 @@ --- -title: HTML Dom Innerhtml Property +title: HTML DOM innerHTML Property --- -## HTML Dom Innerhtml Property -The `innerHTML` prop return the HTML content inside a selected element and also let you define a new HTML content. +## HTML DOM innerHTML Property +The `innerHTML` property returns the HTML content inside a selected element and also lets you define a new HTML content. ***GET ELEMENT CONTENT***