js get element innerhtml code example
Example 1: change innerhtml
document.getElementById("p1").innerHTML = "New text!";
Example 2: .innerhtml
// .innerHTML method is used to change the html contents of a DOM object
document.getElementById("demo").innerHTML = "Paragraph changed!";
Example 3: js innerHTML
document.getElementById("Test").innerHTML = "<p style='color:red;'>Test</p>";
Example 4: what is the meaning of the table innerhtml in javascript
table.innerhtml