【HTML】HTML Paragraphs

HTML paragraphs are defined with the <p> tag.

<!DOCTYPE html>
<html>
<body>

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

</body>
</html>

 

posted on 2014-04-01 17:29  至死丶不渝  阅读(109)  评论(0编辑  收藏  举报

导航