0
innerHTML use
Does this property makes the changes only in the output or does it have any effect on the main html code
1 Resposta
+ 2
innerHTML is an Element property in JS that is used to get or set the HTML or XML markup contained within the element. innerHTML property can also be used to examine current HTML source of the page including any changes that have been made since the page was first loaded by the browser.