CSS+HTML语法与范例详解词典
2020-04-07 14:09:42 0 举报
AI智能生成
CSS+HTML语法与范例详解词典
作者其他创作
大纲/内容
9 颜色与背景修饰
background
background-attachment
background-color
background-image
background-position
background-repeat
color
10 元素的边框
border
border-bottom
border-bottom-color
border-bottom-style
border-bottom-width
border-color
border-left
border-left-color
border-left-style
border-left-width
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-style
border-top-width
border-width
11 灵活的填充
margin
margin-bottom
margin-left
margin-right
margin-top
padding
padding-bottom
padding-left
padding-right
padding-top
12 定位网页元素
bottom
clear
clip
direction
float
left
overflow
overflow-x
overflow-y
position
right
top
visibility
z-index
13 列表与内容展现
content
counter-increment
counter-reset
list-style
list-style-image
list-style-position
list-style-type
quotes
14 表格布局
border-collapse
border-spacing
caption-side
colspan
display
empty-cells
rowspan
table-layout
15 用户界面样式
color
cursor
font
outline
outline-color
outline-style
outline-width
scrollbar-3dlight-color
scrollbar-arrow-color
scrollbar-base-color
scrollbar-darkshadow-color
scrollbar-face-color
scrollbar-highlight-color
scrollbar-shadow-color
scrollbar-track-color
16 滤镜特效
alpha
blur
chroma
dropshadow
flipH
flipV
glow
gray
invert
light
mask
shadow
wave
xray
17 屏幕媒体
azimuth
cue
cue-after
cue-before
elevation
marks
orphans
page
page-break-after
page-break-before
page-break-inside
pause
pause-after
pause-before
pitch
pitch-range
play-during
richness
size
speak
speak-header
speak-numeral
speak-punctuation
speech-rate
stress
volume
widows
附录
附录A 各种样式的声明方式
A.1 基本声明
A.2 分项声明
A.3 集体声明
A.4 样式表的引用
A.4.1 使用style属性
A.4.2 使用style标签
A.4.3 使用link标签
A.4.4 使用@import引用
附录B 值与单位
B.1 数字
B.2 百分数
B.3 相对长度单位
B.3.1 元素字体的高度(em)
B.3.2 字母"x"的高度(ex)
B.3.3 像素(px)
B.4 绝对长度单位
B.4.1 点(pt)
B.4.2 英寸(in)
B.4.3 厘米(cm)
B.4.4 毫米(mm)
B.5 颜色
B.5.1 命名指定
B.5.2 函数式RGB颜色
B.5.3 十六进制RGB
B.6 URL(链接地址)
B.7 时间单位
B.7.1 秒(s)
B.7.2 毫秒(ms)
B.8 角度单位
B.8.1 度(deg)
B.8.2 梯度(grad)
B.8.3 弧度(rad)
B.9 频率单位
B.9.1 千赫兹(kHz)
B.9.2 赫兹(Hz)
附录C 注释及拼写
C.1 注释“/*......*/”
C.2 空格
C.3 区分大小写
C.4 忽略未声明的属性
附录D 基本的可视化格式
D.1 基本框
D.2 块级元素
D.3 行内元素
D.4 改变元素显示
附录E CSS的优化与技巧
字母索引
如何使用本书
本书编排体例
致谢与分工
1 HTML结构元素
base
body
br
caption
col
colgroup
dd
del
div
dl
dt
fieldset
frame
frameset
h1...h6
html
iframe
ins
legend
li
noframes
ol
p
span
table
tbody
td
tfoot
th
thead
tr
ul
2 HTML内容元素
a
abbr
acronym
address
area
bgsound
button
code
font
form
hr
img
input
label
map
object
optgroup
option
param
select
textarea
title
3 HTML修饰形容元素
b
basefont
big
blockquote
center
cite
dfn
em
i
kbd
pre
q
s
samp
small
strike
strong
sub
sup
u
var
4 HTML扩展元素
applet
class
embed
id
import
link
marquee
noscript
ruby
script
style
target
5 CSS选择器
a:active
a:focus
a:hover
a:link
a:visited
after
before
element
element#idname
element.classname
element1.element2
element1:[att|="val"]
element1[attr$="substring"]
element1[attr*="substring"]
element1[attr]
element1[attr^="substring"]
element1[attr~="value"]
element1[attr="value"]
element1+element2
element1>element2
first-child
first-letter
first-line
lang
6 字体设置
font
font-family
font-size
font-size-adjust
font-stretch
font-style
font-variant
font-weight
7 文本显示
direction
letter-spacing
line-height
text-align
text-decoration
text-indent
text-justify
text-shadow
text-transform
text-underline-position
unicode-bidi
vertical-align
white-space
word-spacing
8 元素尺寸
height
max-height
max-width
min-height
min-width
width
0 条评论
下一页