W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
css代碼:
table.smoth{width:100%} table.smoth thead tr.caption td.item{background-color: #E4E4E4;border:1px solid #ccc} table.smoth tbody tr.list td{border:1px solid #ccc} table.smoth tbody tr.list:nth-child(odd) td{background-color: #fff} table.smoth tbody tr.list:nth-child(even) td{background-color: #F2F2F2}
html代碼:
<div class="table"> <table class='smoth' > <thead> <tr class='caption'> <td class='item'>電視劇名稱</td> <td class='item'>上線日期</td> <td class='item'>ITV狀態(tài)</td> <td class='item'>導演</td> <td class='item'>編劇</td> <td class='item'>主演</td> </tr> </thead> <tbody> <?php for($i = 0; $i < 10; $i++):?> <tr class='list'> <td>咱倆的事</td> <td>2013-01-13</td> <td>是</td> <td>David Zhang</td> <td>David</td> <td>Zhang</td> </tr> <?php endfor;?> </tbody> </table> </div>嘗試一下 ?
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: