最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 正文

div的属性总结

来源:动视网 责编:小OO 时间:2025-10-04 05:27:51
文档

div的属性总结

div属性div属性color:#999999文字颜色font-family:宋体文字字型font-size:10pt文字大小font-style:itelic文字斜体育font-variant:small-caps小字体letter-spacing:1pt文字间距line-height:200%设定行高font-weight:bold文字粗体vertical-align:sub下标字vertical-align:super上标字text-decoration:line-through加?h除
推荐度:
导读div属性div属性color:#999999文字颜色font-family:宋体文字字型font-size:10pt文字大小font-style:itelic文字斜体育font-variant:small-caps小字体letter-spacing:1pt文字间距line-height:200%设定行高font-weight:bold文字粗体vertical-align:sub下标字vertical-align:super上标字text-decoration:line-through加?h除
div属性

  div属性

  color : #999999 文字颜色

  font-family : 宋体 文字字型

  font-size : 10pt 文字大小

  font-style:itelic 文字斜体育

  font-variant:small-caps 小字体

  letter-spacing : 1pt 文字间距

  line-height : 200% 设定行高

  font-weight:bold 文字粗体

  vertical-align:sub 下标字

  vertical-align:super 上标字

  text-decoration:line-through 加?h除线

  text-decoration:overline 加顶线

  text-decoration:underline 加底线

  text-decoration:none ?h除连接底线

  text-transform : capitalize 首字大写

  text-transform : uppercase 英文大写

  text-transform : lowercase 英文写

  text-align:right 文字*右对齐

  text-align:left 文字*左对齐

  text-align:center 文字置中对齐

  这些是一些简单的文字效果,可以应用到css的页面中。 

  背景

  background-color:black 背景颜色

  background-image : url(image/bg.gif) 背景图片

  background-attachment : fixed 固定背景

  background-repeat : repeat 重复排列-网页预设

  background-repeat : no-repeat 不重复排列

  background-repeat : repeat-x 在x轴重复排列

  background-repeat : repeat-y 在y轴重复排列

  background-position : 90% 90% 背景图片x与y轴的位置

  链接

  A 所有超连接

  A:link 超连接文字格式

  A:visited 浏览过的连接文字格式

  A:active 按下连接的格式

  A:hover 鼠标移至连接

  边框

  border-top : 1px solid black 上框

  border-bottom : 1px solid #6699cc 下框

  border-left : 1px solid #6699cc 左框

  border-right : 1px solid #6699cc 右框

  border: 1px solid #6699cc 四边框

  虚线