Which property is used to define the HTML content to an HTML element with a specific id?
Options:
Explanation:
The innerHTML is the property that defined HTML content.
Tags:
JavaScript
Answer:
Which property is used to define the HTML content to an HTML element with a specific id innerHTML.