HTML:表格重点
用表格就用table
caption为该表上部信息,用来说明表的作用
thead为表头主要信息,效果加粗
tbody为表格中的主体内容
tr是 table row 表格的行
td是table data
th是table heading表格标题 ,一般表格第一行的数据都是table heading
用表格就用table
caption为该表上部信息,用来说明表的作用
thead为表头主要信息,效果加粗
tbody为表格中的主体内容
tr是 table row 表格的行
td是table data
th是table heading表格标题 ,一般表格第一行的数据都是table heading