HTML Element Object
Definition and Usage
The innerHTML property sets or returns the inner HTML of an element.
Syntax
HTMLElementObject.innerHTML=text
ExampleChange the text, URL, and target of a link:
|
The innerHTML property sets or returns the inner HTML of an element.
HTMLElementObject.innerHTML=text
ExampleChange the text, URL, and target of a link:
|