CSS フォーマット フォント body{font-family:"宋体";} フォントサイズ、色 body{font-size:12px;カラー:#666 } bold pスパン{font-weight:bold;} italic p a{font-style:italic;} 下線 p a{text-decoration:underline;} 取り消し線 .oldPrice{text-decoration:line-through;} インデント p{ テキストインデント: 2em;} 行間隔 (行の高さ) p{line-height:1.5em;} 中国語のテキスト間隔、文字間隔 中国語の間隔文字または文字 h1{letter-spacing:50px;} 単語間の間隔 h1{word-spacing:50px;} 段落レイアウト --整列 左揃え h1{text-align:left;} 中央 h1{text-align:center;} 右折 h1 {text-align:right;} 著作権に関する声明: この記事はブロガーによるオリジナルの記事であり、ブロガーの許可なく複製することはできません。