the dom 1

by Breathe Code

HTML

<!DOCTYPE html>
<html>
    <head>
        <title>repl.it</title>
    </head>
    <body>
        <h1><script>document.write("Hello World");</script></h1>
        <ul>
            <li>This is my first item</li>
            <li><script>document.write("We are in the year: 2018");</script></li>
        </ul>
    </body>
</html>