web前端设计与开发——HTML基础(六)标签(四)div、ul、ol、table、tr、td、th(有标签中文意思)_前端ul_小昔超厉害的博客-CSDN博客

网站介绍:1.div 全称 division 意为“区分”2.ul 全称 unordered list 意为“无序列表”3.ol 全称 ordered list 意为“有序列表”4.table中tr:英文全称是"tablerow"的缩写”的缩写。td:英文全称是"tabledatacell",中文意思是“表中的数据单元”。th:英文全称是"tableheadercell"的缩写,在中文中是“表头单元格”的意思。div主要是划分区域,方便CSS处理无序列表有序列表表格t._前端ul