练习三 学校网页

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <table border="0" cellspacing="0" width="1900" bgcolor="#c4e8ff">
        <tr>
            <td> </td>
            <td><img src="https://osszsb.exueshi.com/Uploads/images/202109/6135b279b3f12.png" height="150" width="500"></td>
            <td align="centre" style="color:black;"><font size="5">学院首页</font></td>
            <td align="centre" style="color: black;"><font size="5">学校概况</font></td>
            <td align="centre" style="color: black;"><font size="5">人才培养</font></td>
            <td align="centre"style="color: black;"><font size="5">招生就业</font></td>
            <td align="centre" style="color: black;"><font size="5">合作交流</font></td>
            <td align="centre" style="color: black;"><font size="5">校园文化</font></td>
            <td align="centre" style="color: black;"><font size="5">安全工作</font></td>
            <td align="right"><img src="https://img.dxsbb.com/upFiles/infoImg/coll/20160707/OT20160707101531219.jpg" height="150" width="150"></td>
        </tr>
    </table>
    <table border="0" cellspacing="0" width="1900">
        <tr>
            <td><img src="https://ts1.cn.mm.bing.net/th/id/R-C.6352dc1f139ade9072054c06843f80ee?rik=d5DTSkV3zx178Q&riu=http%3a%2f%2fwww.jdxzz.com%2fuploads%2fallimg%2f191119%2f8-191119103917.png&ehk=Y2fnErqb9vT%2bh815ETlEakLeRfY8IOJmhjSfd7IP0Sg%3d&risl=&pid=ImgRaw&r=0&sres=1&sresct=1" alt="" width="1900"></td>
        </tr>
    </table>

    <table border="0" cellspacing="0" width="1900" align="left">
        
        <tr>
            <td rowspan="7"><img src="https://ts1.cn.mm.bing.net/th/id/R-C.919ac60b01414fa8b4ebae254acd2740?rik=e9WtwkuKw5vSjA&riu=http%3a%2f%2fwww.nxxhxy.com%2fpicture%2fzsw%2f20230621%2f3f8ee71713cc47cab0e4b8b01cc6efb3.jpg&ehk=e%2fg2m%2fqzVldpwL0cCuZvTPz%2batxeFziI1yU4QuN%2bXx0%3d&risl=&pid=ImgRaw&r=0" alt="" width="550" height="450"></td>
        </tr>

        <tr>
            <td style="color:black;" align="center" width="1000"><h1>学院要闻</h1></td>               
            <td style="color:black;" align="center" width="1000"><h1>公告通知</h1></td>            
        </tr>

        <tr>
            <td align="center" width="500"><p>学院领导看望慰问2024全国...2024-07-21</p></td>
            <td align="center" width="500"><p>宁夏大学新华学院食堂大宗食品...2024-07-17</p></td>
        </tr>

        <tr>
            <td align="center" width="500"><p>学院召开党的二十届三中全会...2024-07-21</p></td>            
            <td align="center" width="500"><p>宁夏大学新华学院中心区田径...2024-07-15</p></td>            
        </tr>

        <tr>
            <td align="center" width="500"><p>【百日冲刺】访企拓岗促就业...2024-07-21</p></td>           
            <td align="center" width="500"><p>关于2024年公开招聘拟聘用人...2024-07-15</p></td>            
        </tr>

        <tr>
            <td align="center" width="500"><p>新突破!学院学生在全国大学生化...2024-07-19</p></td>           
            <td align="center" width="500"><p>宁夏大学新华学院中心区田径场...2024-07-04</p></td>            
        </tr>

        <tr>
            <td align="center" width="500"><p>学院召开自治区党委十三届八次全会...2024-07-16</p></td>            
            <td align="center" width="500"><p>关于2024年人员招聘体检...2024-07-04</p></td>            
        </tr>

        

    <table border="0" cellspacing="0" width="1900" bgcolor="#c4e8ff">
        <tr>
            <td rowspan="5"><img src="https://osszsb.exueshi.com/Uploads/images/202109/6135b279b3f12.png" alt=""></td>
            <td></td>
        </tr> 
            <td align="centre" style="color: black;">版权所有:宁夏大学新华学院</td>              
            <td align="centre" style="color: black;">地址:宁夏银川市西夏区贺兰山西路686号</td>               
            <td align="centre" style="color: black;">联系电话:0951-2062708</td>        
            <td align="centre" style="color: black;">邮编:750021</td>
        </tr>
    </table>


</body>
</html>

<!DOCTYPE html>
<html>
<head>
    <title>登陆</title>
    <style>
        body {
            background-image: url(https://ts1.cn.mm.bing.net/th/id/R-C.8e5e293cae342149832fff96bb4c8caa?rik=dbonSUJuDVqx5A&riu=http%3a%2f%2fimg.mm4000.com%2ffile%2f8%2fd7%2f6527dce099.jpg%3fdown&ehk=E9%2bVucd%2fent1hsPcwHCre695jRwtoRQJzu1ymZuXJL0%3d&risl=&pid=ImgRaw&r=0);
		    background-repeat: no-repeat;
            font-family: Arial, sans-serif;
        }
        
        .container {
            max-width: 400px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-top: 100px;
        }
        
        h1 {
            text-align: center;
        }
        
        input[type="text"],
        input[type="password"] {
            width: 95%;
            padding: 10px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        
        input[type="submit"] {
            width: 100%;
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        
        .forgot-password {
            text-align: right;
            margin-bottom: 10px;
        }
        
        .social-login {
            text-align: center;
            margin-top: 20px;
        }
        
        .social-login a {
            display: inline-block;
            margin: 0 5px;
            text-decoration: none;
            color: #333;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>登录</h1>
        <form>
            <input type="text" id="username" placeholder="用户名/邮箱">
            <input type="password" id="password" placeholder="密码">
            <label>
                <input type="checkbox" id="remember-me"> 记住我
            </label>
            <div class="forgot-password">
                <a href="#">忘记密码?</a>
            </div>
            <input type="submit" value="登录">
        </form>     
    </div>
    
</body>
</html>

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值