Answers for "how to add attributes to tags using javascript"

14

set attribute javascript

Element.setAttribute(name, value);
Posted by: Guest on March-02-2020
2

set property dom javascrpt

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

Code answers related to "how to add attributes to tags using javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language