web前端设计与开发——HTML基础(六)标签(四)div、ul、ol、table、tr、td、th(有标签中文意思)
1.div 全称 division 意为“区分”2.ul 全称 unordered list 意为“无序列表”3.ol 全称 ordered list 意为“有序列表”4.table中tr:英文全称是"tablerow"的缩写”的缩写。td:英文全称是"tabledatacell",中文意思是“表中的数据单元”。th:英文全称是"tableheadercell"的缩写,在中文中是“表头单元格”的意
·
1.div 全称 division 意为“区分”
2.ul 全称 unordered list 意为“无序列表”
3.ol 全称 ordered list 意为“有序列表”
4.table中
tr:英文全称是"tablerow"的缩写”的缩写。
td:英文全称是"tabledatacell",中文意思是“表中的数据单元”。
th:英文全称是"tableheadercell"的缩写,在中文中是“表头单元格”的意思。
div主要是划分区域,方便CSS处理
无序列表
有序列表
表格table tr td th
更多推荐
已为社区贡献3条内容
所有评论(0)