Core TIP: the paragraph is empty two words before the distance, do not use space. You should use the first line indent text-indent. Text-indent can make the first line in the container indent a certain unit. For example, Chinese paragraphs usually empty two characters before each paragraph.
<style type= "Text/css" >
<!--
p{
Text-indent:2em; /*em is the relative unit, 2EM is now twice times the size of a word * *
}
-->
</style>
<p> the distance before the paragraph is empty two words, do not use the space again. You should use the first line indent text-indent. Length Unit em. The font size relative to the text within the current object. Our first line was indented 2em. 2EM is now twice times the size of a word. </p>
Empty two words before the paragraph, do not use the space again. You should use the first line indent text-indent. Text-indent can make the first line in the container indent a certain unit. For example, Chinese paragraphs usually empty two characters before each paragraph.
Here we need to know a length unit em. EM is the relative length unit. The font size relative to the text within the current object. We usually empty two Chinese characters before each paragraph. In fact, the first line is indented 2em.