天天看點

用CSS實作段落前面縮進兩個字

<style type="text/css">
 <!--
 p{
  text-indent: 2em;
 }
 -->
 </style>