HTML——段落换行

<!DOCTYPE html>

<html lang="en">
    <head>
    <title>The Adversising Agency Song</title>
</head>

<body>
<p>
    When your clients's hopping mad,
    put his picture in the ad.

    If he still should prove refractory,
    add a picture of his factory.
</p>
<hr />
<p>
    When your clients's hopping mad,
    put his picture in the ad.
</p>
<p>
    If he still should prove refractory,
    add a picture of his factory.
</p>
</body>
</html>
    

 

posted @ 2019-01-18 21:20  JAYPARK01  阅读(545)  评论(0编辑  收藏  举报