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