what's the inner HTML?
Answers
Answered by
1
it is the property of element that represents html inside the element.
prachi5290:
i know
Answered by
1
innerHTML is a DOM property to insert content to a specified id of an element. It is used in Javascript to manipulate DOM. Let's take a look at the following example. HTML.
Similar questions