You have already completed these exercises!
Do you want to take them again?
You completed the JS HTML DOM Nodes Exercises from W3Schools.com
Share on:
What is a correct syntax for creating a new <h1> element?
document.appendChild('h1');
document.newElement('h1');
document.createElement('h1');