e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理

代码如下:

<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style>
        table{
            width: 400px;
            height:300px;
        }
        td{
         box-shadow: 5px 5px 5px grey;
         padding-left: 20px;
        }

    </style>
</head>
<body>
    <table>
        <tr><td>ID</td><td>Name</td><td>Score</td></tr>
        <tr><td>001</td><td>张三</td><td>100</td></tr>
        <tr><td>002</td><td>李四</td><td>78</td></tr>
        <tr><td>003</td><td>王五</td><td>88</td></tr>
        <tr><td>004</td><td>赵六</td><td>90</td></tr>
        <tr><td>005</td><td>李七</td><td>33</td></tr>
    </table>
</body>
</html>

 效果图:

ID Name Score
001 张三 100
002 李四 78
003 王五 88
004 赵六 90
005 李七 33
posted on 2020-06-25 10:55  e媒网络技术团队  阅读(150)  评论(0编辑  收藏  举报