源代码
<!DOCTYPE html> <html> <head> <title>编程字典</title> <meta charset="utf-8"> </head> <body> <h1>这个是标题</h1> <p>这个是段落.</p> </body> </html>
运行结果