您目前的位置: 首页» 关于我们» 社团动态» 网站管理——使用CSS技术美化网页

网站管理——使用CSS技术美化网页

培训内容:

   注:(附件有课堂案例,自行下载查看)

一、CSS

选择器{属性1:属性值1; 属性1:属性值1;} 例:h1{ font-size:12px; color:red;}

  1. 规则 :
  2. 引入CSS样式表

    例如:行内式

    属性: href type rel

    • 行内式
    • 内嵌式
    • 链入式
  3. CSS基础选择器
    • 标记选择器
    • 类选择器
    • id选择器
    • 通配符选择器

二、CSS属性

  1. CSS字体样式属性:
    • font-size:em px cm
    • font-family:Arial "微软雅黑"
    • font-weight:normal/400 bold/700 bolder lighter 100-900
    • font-variant:italic
  2. CSS文本外观属性:
    • color:
      • red green blue
      • #FF0000
      • rgb(255,0,0)
    • letter-spacing
    • word-spacing
    • line-height:px em %
    • text-transform
    • text-decoration:none underline overline line-through
    • text-align:left center right
    • text-indent:em(荐) %
    • white-space:normal pre nowrap

三、CSS复合选择器

 

内容回顾:

新增标记:div span strong em br & nbsp;