Answers for "javascript replace paragraph with span tag"

2

change text of span js html

document.getElementById("myspan").textContent="newtext";
Posted by: Guest on July-30-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language