table的复习

写出你认识的表格的标签
  table tr td
  thead  tbody tfoot
  caption 标题(可写 可不写)
  th 自动加粗且居中(适合做表头)
  th是td的变异体,都是单元格

写出table上的属性
width
height
align=center 表格居中
bgcolor 背景色
cellspacing 表格间距
border 边框
background 背景图 不用写”url“
cellpadding 表格内间距

写出tr上的属性
bgColor
height
align:表格内文字水平居中
valign top bottom 行内文字竖直方向居中

写出td的属性
  rowspan 列合并
  colspan 行合并
  align center
写出行合并的标签
    colspan 行合并
 
写出列合并的标签和属性
  rowspan 列合并

写出易烊千玺的实现思路
  给一个和易烊千玺一样大的div 把他隐藏掉
  给最外层的div一个hover事件
  鼠标放在最外层的时候 让最上面那个div显示
实现你认识的表单控件
 form

rules="none" 去除表格内框线
rules="rows" 显示横向
rules="cols" 显示纵向
posted @ 2022-04-25 17:23  Royalty泽  阅读(22)  评论(0)    收藏  举报