W3CAPI 实例工具箱
运行代码
源代码
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> </head> <body> <h1>我是标题h1</h1> <p>我是段落p。</p> </body> </html>
运行结果