段落第一行后的额外空格

时间:2013-07-16 00:33:27

标签: html css

我在格式化HTML中的段落时遇到问题。我的目标是缩进每个段落中的第一行,但每个段落中的第一行是缩进的,第一行是在第二句之前添加额外的空格或回车。在不添加额外空格的情况下格式化段落的最佳方法是什么?

我的内联CSS是以下代码。

<style type="text/css">
    p { text-indent: 12px; margin: 0%; margin-top: 0%; margin-bottom: 0% }
</style>

结果如下:

       The quick brown fox jumped over the lazy log.  The quick brown fox jumped 

over the lazy log.  The quick brown fox jumped over the lazy log.  The quick 
brown fox jumped over the lazy log.  The quick brown fox jumped over the lazy 
log.  The quick brown fox jumped over the lazy log.  The quick brown fox jumped 
over the lazy log.

1 个答案:

答案 0 :(得分:0)

你给的css样式没有任何问题。

试一试:http://refork.com/xd5b