标签:bsp class blog logs html style css pre span
(1)表格形式:
<table> <thead> <tr> <th>1</th> <th>1</th> <th>1</th> <th>1</th> </tr> </thead> <tbody> <tr> <th>2</th> <th>2</th> <th>2</th> <th>2</th> </tr> <tr> <th>3</th> <th>3</th> <th>3</th> <th>3</th> </tr> <tr> <th>4</th> <th>4</th> <th>4</th> <th>4</th> </tr> </tbody> </table>
标签:bsp class blog logs html style css pre span
原文地址:http://www.cnblogs.com/cdx19971126/p/7099377.html