<!DOCTYPE html>
<html>
<body>

<script>
var str = "Hello World!";
document.write(str); 
</script>
</body>
</html>