Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to change htm h1 from nodejs

let h1 = document.getElementsByTagName('h1')[0];
h1.innerHTML = "Hello";
Source by teamtreehouse.com #
 
PREVIOUS NEXT
Tagged: #How #change #htm #nodejs
ADD COMMENT
Topic
Name
9+9 =