标签、标签和内容,“这是段落”。
<html> <head> <title>第一个页面</title> </head> <body> <p>这个是段落<br />里面的内容</p> </body> </html>
0