CSS-颜色参数对照.doc
文本预览下载声明
1 颜色关键词
!DOCTYPE html
html lang=zh-cn
head
meta charset=utf-8 /
titleColor Keywods/title
meta name=Description content=CSS颜色关键字 /
meta name=Keywords content=CSS Color Keywods,Basic color keywords,CSS system colors,Extended color keywords /
meta name=author content= /
meta name=copyright content=www.ICS.com /
meta name=robots content=all /
!--
描述:
颜色关键词。
--
!--[if lte IE 8]
script src=../js/html5.js/script
![endif]--
style type=text/css
body{
background-color: deepskyblue;
}
table{
border: 1px solid #666666;
border-width: 1px;
}
th{
border: 1px solid #666666;
}
tr{
border: 1px solid #666666;
height: 40px;
}
td{
border: 1px solid #666666;
}
/style
/head
body
header id=hd
h1 class=titColor Keywods/h1
ul class=info
listrong颜色关键字/strong/li
/ul
/header
section id=bd
section id=intro class=gmodule gattr
h2 class=tit16个基本颜色关键字 Basic color keywords/h2
div class=cont
table class=gdataform
thead
tr
th width=200pxColor/th
th width=150pxColor Name/th
th width=150pxHEX/th
th width=150pxRGB/th
/tr
/thead
tbody
tr
td style=background:black;nbsp;/td
tddfnblack/dfn/td
td#000000/td
td0,0,0/td
/tr
tr
td style=background:silver;nbsp;/td
tddfnsilver/dfn/td
td#C0C0C0/td
td192,192,192/td
/tr
tr
td style=background:gray;nbsp;/td
tddfngray/dfn/td
td#808080/td
td128,128,128/td
/tr
tr
td style=background:white;nbsp;/td
tddfnwhite/dfn/td
td#FFFFFF/td
td255,255,255/td
/tr
tr
td style=background:maroon;nbsp;/td
tddfnmaroon/dfn/td
td#800000/td
td128,0,0/td
/tr
tr
td style=background:red;nbsp;/td
tddfnred/dfn/td
td#FF
显示全部