Answers for "add property to any tag using js"

2

set property dom javascrpt

document.getElementsByTagName("H1")[0].setAttribute("class", "democlass");
Posted by: Guest on April-17-2020

Code answers related to "add property to any tag using js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language