HTML
HTML 元素
实例
源代码:
点击运行 »
<!DOCTYPE html> <html> <body> <p>这是第一个段落。</p> </body> </html>
运行结果:
点击运行 »