/
Play with html elements using DOM.

Play with html elements using DOM.

document.body.innerHTML = “<h1>This is a title</h1><p>This is some text.</p>”

 

Related content

DOM Element
DOM Element
More like this
How do I change the content of a DOM element?
How do I change the content of a DOM element?
More like this
How can do some funky thing with strings that I don't know?
How can do some funky thing with strings that I don't know?
More like this
HTML Structure
HTML Structure
More like this
Creating our own example page
Creating our own example page
More like this
Javascript Strings
Javascript Strings
More like this