What will be displayed in the browser page when the following code is included?
< html>
< body>
< script type="text/javascript">
document.write("Hello World!")
< /script>
< /body>
< /html>
1
Hello World!
2
document.write("Hello World!")
3
"Hello World!"
4
Nothing will be displayed