Answers for "js add more text to element"

1

js add more text to element

document.getElementById("p").textContent += " This is the text from javascript.";

<p id ="p">This is the text from HTML.</p>
Posted by: Guest on June-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language