<!DOCTYPE html>
<html>
<body>

<script>
document.write("Hello World! <br>");
document.write("Have a nice day!");
</script>

</body>
</html>