abstract:在人群的熙熙攘攘中,有着这么一群充满激情的人被聚集了起来,然后发生了一些本不该发生的事情,等我们赶到现场的时候就剩下这个表格了。<!DOCTYPE html> <html> <head> <title>这是一个表格</title> <style type="text/css">
在人群的熙熙攘攘中,有着这么一群充满激情的人被聚集了起来,然后发生了一些本不该发生的事情,等我们赶到现场的时候就剩下这个表格了。
<!DOCTYPE html> <html> <head> <title>这是一个表格</title> <style type="text/css"> .TB{ width:610px; height:160px; border:1px solid red; background-color:black; box-shadow:20px 20px 20px 20px #BBFFFF; margin:200px 200px; text-align:center; } tr th{ font:15px;color:#FFF; } </style> </head> <body> <table class="TB" > <tr> <th width="200" height="50">嗯,我是一个表格内容</th> <th width="200" height="50">我没有开挂!</th> <th width="200" height="50">是朋友上我的号开的挂!</th> </tr> <tr> <th width="200" height="50">你能秒我?</th> <th width="200" height="50">你能秒杀我?!</th> <th width="200" height="50">你17张牌今天要是把我秒了!</th> </tr> <tr> <th colspan="2" width="200" height="50">我今天就当场把这个电脑屏幕吃掉!</th> <th width="200" height="50">飞机︿( ̄︶ ̄)︿(17张牌)</th> </tr> </table> </body> </html>
上面纯属胡说八道,本人声明发生任何事情均与本人无关0w0
Correcting teacher:西门大官人Correction time:2019-04-22 09:30:17
Teacher's summary:表格中的colspan是什么使用,一般用在什么场合?运行效果最好也上传一下