html5学习笔记(2)-创新互联
html5
列表:
http://www.w3school.com.cn/tags/html_ref_byfunc.asp
列表:
无序列表:
使用标签
属性:disc, circle, square
有序列表:
使用标签
属性:A,a,I,i,start
嵌套列表:
使用标签:
- ,
- ,
自定义列表:
使用标签:
- ,
- ,
- apple
- bnana
- orange
- apple
- bnana
- orange
- apple
- bnana
- orange
- apple
- bnana
- orange
- apple
- bnana
- orange
- apple
- bnana
- orange
- apple
- bnana
- orange
- fruit
- apple
- bnana
- orange
- vegetable
- potato
- tomato
- cabbage
- helloworld
- print helloworld
- helloworld
- print helloworld
html块元素
块元素在显示时,通常以新行开始
,
.
html内联元素:
内联元素通常不会以新行开始
,,
html块
hello worldthis is a text
divcss.css:
#divid p{ color : chartreuse; }html布局:
使用
布局
内容菜单
内容主体
底部