HTML 段落

HTML段落是通过 <p> 标签进行定义的

<!DOCTYPE HTML>
<html>
<body>

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>

<body>
</html>

效果如下:

This is a paragraph.

This is another paragraph.

     

猜你喜欢

转载自www.cnblogs.com/pzk7788/p/10338730.html