1
2
3
4
5
6
7
<html>
<body>
<script>
document.write('hello world!');
</script>
</body>
</html>
Copy Code