<html>
<body>

<script type="text/javascript">
 {
 document.write("<h1>这是标题</h1>");
 document.write("<p>这是段落。</p>");
 document.write("<p>这是另一个段落。</p>");
 }
</script>

</body>
</html>