<html>
<head><title>内嵌式样式(Inline Style)</title></head>
<body>
<P style=”font-size:20pt; color:red”>这个内嵌样式(Inline Style)定义段落里面的文字是20pt字体,字体颜色是红色。</p>
<P>这段文字没有使用内嵌样式。</p>
</body>
</html>
CSS内嵌式样式
<html>
<head><title>内嵌式样式(Inline Style)</title></head>
<body>
<P style=”font-size:20pt; color:red”>这个内嵌样式(Inline Style)定义段落里面的文字是20pt字体,字体颜色是红色。</p>
<P>这段文字没有使用内嵌样式。</p>
</body>
</html>