亲,给你来个最简单的 就两个标签在里面 直观:
<!DOCTYPE><html>
<head>
<meta http-equiv="Content-Type" content="text/html charset=gb2312" /><!--网页编码--->
<title>无标题文档</title><!---这里是网页的标题--->
<!----以下是简单的CSS代码---->
<style>
p {color:red}
span { color:green font-size:18px }
</style>
</head>
<body>
<p>红色文字</p><!---普通文字P标签--->
<span>span标签中的文字颜色为绿色,大小为18px</span>
</body>
</html>
margin-bottom:10px朝下外边距10px空白line-height:160%文字行间距160%
text-align:justify文字两端对齐
text-justify:inter-ideograph为表意字文本提供完全两端对齐。他增加或减少表意字和词间的空格