秋刀鱼设计

团队专业网站建设、品牌产品推广服务

@helosh14年前

2011/03/01
19:19 星期二
代码猿

常用的HTML标签

我总结了下HTML的常用标签,掌握了这些标签,就可以最简洁实现所有的前端效果。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
div
h1-h5
span
ol    ordered lists
ul    unordered lists
li    list
dl    definition lists
dt    definition title
dd    definition description
p    paragraph
var    variable
em    emphasis
a    
img    image
br
textarea
input
select
option
table
tr    table row
th    table header cell
td    table data cell
strong

还有form,frameset等标签,可以等掌握了一定程度的页面制作技术后再来学习

常用的HTML标签