日期:2013-04-24 浏览次数:21092 次
td.fancy { color: #f60; background: #666; } 在上面的例子中,类名为 fancy 的表格单元将是带有灰色背景的橙色。 <td class="fancy"> |
#sidebar p { font-style: italic; text-align: right; margin-top: 0.5em; } |
<p style+"color=Blue";></p> |
<head> <style type="text/css"> hr {color: sienna;} p {margin-left: 20px;} body {background-image: url("images/back40.gif");} </style> </head> |
当款式需求使用于很多页面时,外部款式表将是理想的选择。在使用外部款式表的情况下,你可以通过改变一个文件来改变整个站点的外观。每个页面使用 <link> 标签链接到款式表。<link> 标签在(文档的)头部: <head> <link rel="stylesheet" type="text/css" href="mystyle.css" /> </head> |
<style type="text/css"> .font1{font-family:verdana; font-style:italic; font-variant: small-caps; font-weight: lighter; font-size:18pt; color:red} .code{font-size:16pt;color:red} </style> |
属性 | 描述 |
color | 设置文本颜色 |
direction | 设置文本方向。 |
line-height | 设置行高。 |
letter-spacing | 设置字符间距。 |
text-align | 文本对齐。 |
text-decoration | 向文本添加修饰。 |
text-indent | 首行缩进。 |
text-transform | 控制元素中的字母。 |
word-spacing | 设置字间距。 |
<style type="text/css"> .text1{word-spacing:4; letter-spacing:4; text-decoration:blink; font-size:18pt; color:red} </style> |
<style type="text/css"> .p1{background-image:url(images/02.jpg); background-repeat:no-repeat;} </style> |
<style type="text/css"><
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
|