博主信息
jackallen的博客
博文
30
粉丝
2
评论
3
访问量
9907
积分:1
P豆:255

3月22日作业

2018年03月23日 14:13:15阅读数:253博客 / jackallen的博客/ php学习作业

代码:


<!DOCTYPE html>
<html>
<head>
   <meta charset="UTF-8" />
   <title>Document</title>
   <style type="text/css">
       table{
           /* border:1px solid #000; */
           text-align:center;
           border-collapse: collapse;
           margin:auto;
           width:100%;
           box-shadow:9px 7px 5px #888;
       }
      table caption{
           text-align:center;
       }
       thead {
           background-color:#36A8FF;
           border-top-left-radius:30px;
       }
       #conter1{
           width:800px;
           height:600px;
           margin:auto;
           /* background-color:#868686; */
       }
       .tborder{
           background-color:#CCCCCC;
           border-bottom-right-radius:30px;
           border-bottom-left-radius:30px;
       }
       th,td{
           border-bottom:1px solid #fff;
           padding:10px;
       }
       tr th{
           /* padding:4px; */
           width:120px;
           /* height:30px; */
           color:#fff;
       }
       td img{
           border-radius:50%;
       }
       h2{
           text-align:left;
       }
   </style>
</head>
<body>
<div id="conter1">
   <fieldset>
   <legend><h2>就业喜报</h2></legend>
       <div>
           <table >
                   <thead>
                       <tr>
                           <th>姓名</th>
                           <th>学历</th>
                           <th>专业</th>
                           <th>薪资</th>
                           <th>入职公司</th>
                       </tr>
                   </thead>

                   <tbody>
                       <tr>
                           <td>苍**</td>
                           <td>本科</td>
                           <td>动漫制作</td>
                           <td>12000元</td>
                           <td><img src="imgages/wy.png" alt=""></td>
                       </tr>
                       <tr>
                           <td>麻**</td>
                           <td>本科</td>
                           <td>电子信息工程</td>
                           <td>16000元</td>
                           <td><img src="imgages/lc.png" alt=""></td>
                       </tr>
                       <tr>
                           <td>李**</td>
                           <td>本科</td>
                           <td>网络工程</td>
                           <td>11000元</td>
                           <td><img src="imgages/qq.png" alt=""></td>
                       </tr>
                        <tr>
                           <td>王**</td>
                           <td>本科</td>
                           <td>软件工程</td>
                           <td>18000元</td>
                           <td>阿里</td>
                       </tr>
               </tbody>
           </table>
       </div>
   </fieldset>
</div>
</body>
</html>

实例

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <title>Document</title>
    <style type="text/css">
        table{
            /* border:1px solid #000; */
            text-align:center;
            border-collapse: collapse;
            margin:auto;
            width:100%;
            box-shadow:9px 7px 5px #888;
        }
       table caption{
            text-align:center;
        }
        thead { 
            background-color:#36A8FF;
            border-top-left-radius:30px;
        }
        #conter1{
            width:800px;
            height:600px;
            margin:auto;
            /* background-color:#868686; */
        }
        .tborder{
            background-color:#CCCCCC;
            border-bottom-right-radius:30px;
            border-bottom-left-radius:30px;
        }
        th,td{
            border-bottom:1px solid #fff;
            padding:10px;
        }
        tr th{
            /* padding:4px; */
            width:120px;
            /* height:30px; */
            color:#fff;
        }
        td img{
            border-radius:50%;
        }
        h2{
            text-align:left;
        }
    </style>
</head>
<body>
<div id="conter1">
    <fieldset>
    <legend><h2>就业喜报</h2></legend>
        <div class="tborder">
            <table >
                    <thead>
                        <tr>
                            <th>姓名</th>
                            <th>学历</th>
                            <th>专业</th>
                            <th>薪资</th>
                            <th>入职公司</th>
                        </tr>
                    </thead>

                    <tbody>
                        <tr>
                            <td>苍**</td>
                            <td>本科</td>
                            <td>动漫制作</td>
                            <td>12000元</td>
                            <td><img src="imgages/wy.png" alt=""></td>
                        </tr>
                        <tr>
                            <td>麻**</td>
                            <td>本科</td>
                            <td>电子信息工程</td>
                            <td>16000元</td>
                            <td><img src="imgages/lc.png" alt=""></td>
                        </tr>
                        <tr>
                            <td>李**</td>
                            <td>本科</td>
                            <td>网络工程</td>
                            <td>11000元</td>
                            <td><img src="imgages/qq.png" alt=""></td>
                        </tr>
                         <tr>
                            <td>王**</td>
                            <td>本科</td>
                            <td>软件工程</td>
                            <td>18000元</td>
                            <td>阿里</td>
                        </tr>
                </tbody>
            </table>
        </div>
    </fieldset>
</div>
</body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

手写代码:

1521785772(1).jpg

微信图片_20180323140957.jpg

微信图片_20180323140945.jpg

批改状态:合格

老师批语:作业已检查! 完成的依旧很不错!

版权申明:本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!

全部评论

文明上网理性发言,请遵守新闻评论服务协议

条评论
  • Windows XP是基于X86、X64架构的PC和平板电脑使用的操系统,于2001年824发布RTM版本;windows7是2009年714正式开发完成,并于同年1022正式发布。

    2020-11-02

    992

    ios是由苹果公司开发的移动操系统,该系统于2007年19的Macworld大会上公布。ios与苹果的macos操系统一样,都属于类Unix的商系统。
    java入门简单小项目有:1、计算器;2、记软件;3、在线协文档编辑;4、Java编辑器;5、数独计算器;6、支付平台务流程;7、基于Servlet的简单验证码图片生成;8、SSM+easyUI搭建简易的人事管理系统