论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > div+css布局教程
Tag:css,入门,技巧,div,实例,示例,菜单,布局,web2.0,ul,li,经验,列表,web标准,xhtml,web标准,浏览器,兼容,css hack,表格,视频教程

{CSS}CSS教程4、CSS的Text文本[翻译Htmldog]

文章类别:div+css布局 | 发表日期:2008-9-26 11:33:30

  有一系列属性可以改变网页文字的大小和外形,概要如下:

font-family

  文字使用的字体,比如宋体,Times New Roman,Arial等等
  这个属性必须具体制定,不能使用偏僻的字体,要使用安全字体(比如arial,verdana和times new roman和宋体),可以同时指定许多字体,只要使用逗号分开即可。这样的用意是,假如用户电脑里没有第一个字体浏览器可以使用后面指定的字体。这非常有用,因为不同的电脑拥有不同的字体。例子font-size: arial,helvetica,pc用户可以使用arial而苹果mac用户可以使用helvetica。
  注重:假如字体的名称有许多单词组成,使用双引号组合,比如,font-family: \"Times New Romes\"。

font-size

  字体的大小,要小心使用。比如标题不会和段落一样,它要用大字体,你可以使用h1h2等等。

font-weight

  这个属性决定字体是否加粗。在实际运用中通常使用font-weight: bold或font-weight: normal。理论上还可以使用bolder,lighter,100,200, 300, 400, 500, 600, 700, 800 or 900,但有些浏览器不认,仍坚持bold和normal。

font-style

  这个属性决定字体是否是斜体,可能是font-style: italic或font-style: normal。

text-decoration

  这个属性决定是文本否需要下划线。可以是:

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
  text-decoration: overline,加上划线
  text-decoration: line-through,加通过文本的线条。
  text-decoration:underline,这应该使用在链接上,因为用户习惯认为它代表链接。

text-transform改变文本的情况。

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
text-transform: capitalize ,让每个字的第一个字母大写。
text-transform: uppercase ,所有大写。
text-transform: lowercase,所有小写。
text-transform: none; ,这个属性不起作用。

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
body {
font-family: arial, helvetica, sans-serif;
font-size: 0.8em;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
a {
text-decoration: none;
}
strong {
font-style: italic;
text-transform: uppercase;
}

Text spacing

  letter-spacing和word-spacing属性的意思是字母和文字之间的间隔。值可以是长度或normal。

  line-height属性设定元素的行高,比如一个段落,没有调准字体的大小。它可以是数字(字体大小的倍数),长度,百分比或normal。

  text-align设定元素位置,left,right,center或justify。

  text-indent属性缩进段落的首行。这在打印时经常设置,但网页里通常用不上。

div css xhtml xml Example Source Code Example Source Code [www.21shipin.com]
p {
letter-spacing: 0.5em;
word-spacing: 2em;
line-height: 1.5;
text-align: center;
}

  
视频教程列表
文章教程搜索
 
div+css推荐教程
div+css热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058