Best Approach To Write Html In Js InnerHTML Or DOM Code Example


Example 1: javascript innerhtml

document.getElementById("example").innerHTML = "Paragraph changed!";

Example 2: js innerHTML

document.getElementById("Test").innerHTML = "<p style='color:red;'>Test</p>";

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?