button property for inner html code example
Example 1: js innerHTML
document.getElementById("Test").innerHTML = "<p style='color:red;'>Test</p>";
Example 2: what is the meaning of the table innerhtml in javascript
table.innerhtml
document.getElementById("Test").innerHTML = "<p style='color:red;'>Test</p>";
table.innerhtml