<!DOCTYPE html> <html> <body> <script> document.write("<h1>这是一个标题</h1>"); document.write("<p>这是一个段落</p>"); </script> </body> </html>