关于table标签中的th scope="col"属性

<thscope="col"> 意思是这个单元格是下面单元格的表头;
<th scope="row"> 意思是这个单元格是右边单元格的表头;
 

 dreamweaver的代码图可以参考:

<thscope="col"> 意思是这个单元格是下面单元格的表头;
<th scope="row"> 意思是这个单元格是右边单元格的表头;
 

 dreamweaver的代码图可以参考: