1. table header渐变色
  2. table row交替色
  3. large table宽度770px,small table宽度400px

定义表格css,保存为GridTable.css

}
应用GridTable.css到Table中
Css练习---Grid Table<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Css练习---Grid Table
<HTML>
Css练习---Grid Table 
<HEAD>
Css练习---Grid Table  
<TITLE> New Document </TITLE>
Css练习---Grid Table  
<META NAME="Generator" CONTENT="EditPlus">
Css练习---Grid Table  
<META NAME="Author" CONTENT="">
Css练习---Grid Table  
<META NAME="Keywords" CONTENT="">
Css练习---Grid Table  
<META NAME="Description" CONTENT="">
Css练习---Grid Table  
<LINK REL=stylesheet HREF="GridTable.css" type="text/css"><!--import css file-->
Css练习---Grid Table  
</HEAD>
Css练习---Grid Table
Css练习---Grid Table 
<BODY>
Css练习---Grid Table large table(width:770px)
Css练习---Grid Table 
<div class="grid">
Css练习---Grid Table  
<TABLE class="largetable">
Css练习---Grid Table  
<TR>
Css练习---Grid Table    
<TH>Header One</TH>
Css练习---Grid Table    
<TH>Header Two</TH>
Css练习---Grid Table    
<TH>Header Three</TH>
Css练习---Grid Table    
<TH>Header Four</TH>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
<TR class="grid_rw1clr">
Css练习---Grid Table    
<TD>Cell(1,1)</TD>
Css练习---Grid Table    
<TD>Cell(1,2)</TD>
Css练习---Grid Table    
<TD>Cell(1,3)</TD>
Css练习---Grid Table    
<TD>Cell(1,4)</TD>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
<TR class="grid_rw2clr">
Css练习---Grid Table    
<TD>Cell(2,1)</TD>
Css练习---Grid Table    
<TD>Cell(2,2)</TD>
Css练习---Grid Table    
<TD>Cell(2,3)</TD>
Css练习---Grid Table    
<TD>Cell(2,4)</TD>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
</TABLE>
Css练习---Grid Table  
</div>
Css练习---Grid Table
Css练习---Grid Table
Css练习---Grid Tablesamll table(width:400px)
Css练习---Grid Table  
<div class="grid">
Css练习---Grid Table  
<TABLE class="smalltable">
Css练习---Grid Table  
<TR>
Css练习---Grid Table    
<TH>Header One</TH>
Css练习---Grid Table    
<TH>Header Two</TH>
Css练习---Grid Table    
<TH>Header Three</TH>
Css练习---Grid Table    
<TH>Header Four</TH>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
<TR class="grid_rw1clr">
Css练习---Grid Table    
<TD>Cell(1,1)</TD>
Css练习---Grid Table    
<TD>Cell(1,2)</TD>
Css练习---Grid Table    
<TD>Cell(1,3)</TD>
Css练习---Grid Table    
<TD>Cell(1,4)</TD>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
<TR class="grid_rw2clr">
Css练习---Grid Table    
<TD>Cell(2,1)</TD>
Css练习---Grid Table    
<TD>Cell(2,2)</TD>
Css练习---Grid Table    
<TD>Cell(2,3)</TD>
Css练习---Grid Table    
<TD>Cell(2,4)</TD>
Css练习---Grid Table  
</TR>
Css练习---Grid Table  
</TABLE>
Css练习---Grid Table  
</div>
Css练习---Grid Table 
</BODY>
Css练习---Grid Table
</HTML>
Css练习---Grid Table
Grid Table效果示例
large table(width:770px)
Header One Header Two Header Three Header Four
Cell(1,1) Cell(1,2) Cell(1,3) Cell(1,4)
Cell(2,1) Cell(2,2) Cell(2,3) Cell(2,4)
samll table(width:400px)
Header One Header Two Header Three Header Four
Cell(1,1) Cell(1,2) Cell(1,3) Cell(1,4)
Cell(2,1) Cell(2,2) Cell(2,3) Cell(2,4)

相关文章: