WED前端第一次作业

作业1:完成注册信息框

代码如下:

<!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>
    <h3>用户注册</h3>
   <form action="https:www.baidu.com" method="get">
    用户名<input type="text" name="username" ><br>
    密码<input type="password" name="password"><br>
     性别:<input type="radio" name="sex">男
     <input type="radio" name="sex">女<br>
     兴趣爱好:<input type="checkbox" name="xuanxiang">打游戏
     <input type="checkbox" name="xuanxiang">听音乐
     <input type="checkbox" name="xuanxiang">打篮球<br>
      省份:<select name="address" id="">
       <option  >陕西省</option>
        <option  >广东省</option>
        <option  >广西省</option>
        <option  >湖北省</option>
        <option  >湖南省</option>
        <option  >河北省</option>
        <option  >河南省</option>

     </select><br>
     自我介绍<textarea  cols="50" rows="20"  ></textarea><br>
     <button type="submit">提交</button>
     <button type="reset">重置</button>
   </form>

</body>
</html>

运行截图

作业2:完成汇款单表格

代码如下:d

<!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="1px" width="1700px" height="460px">
    <h1>工商银行电子汇款单</h1>
    <tr>
        <th colspan="2">回单类型</th>
        <!-- <th></th> -->
        <th colspan="4">网上转账汇款</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <th colspan="2">指令序号</th>
        <!-- <th></th> -->
        <th colspan="4">HQH000000000000013878172</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <th rowspan="4">收款人</th>
        <th>户名</th>
        <th colspan="4">老人</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <th rowspan="4">付款人</th>
        <th>户名</th>
        <th colspan="4">老刘</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <!-- <th></th> -->
        <th>卡号</th>
        <th colspan="4">0000000001</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <!-- <th></th> -->
        <th>卡号</th>
        <th colspan="4">00000002</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <!-- <th></th> -->
        <th>地区</th>
        <th colspan="4">南京</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <!-- <th></th> -->
        <th>地区</th>
        <th colspan="4">杭州</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <!-- <th></th> -->
        <th>网点</th>
        <th colspan="4">工商江苏南京业务处理中心</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <!-- <th></th> -->
        <th>网点</th>
        <th colspan="4">江苏徐州业务中心</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <th colspan="2">币种</th>
        <!-- <th></th> -->
        <th colspan="4">人民币</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <th colspan="2">钞汇标志</th>
        <!-- <th ></th> -->
        <th colspan="4"><u>钞票</u></th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <th colspan="2">金额</th>
        <!-- <th></th> -->
        <th colspan="4">1.0元</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <th colspan="2">手续费</th>
        <!-- <th></th> -->
        <th colspan="4">0.57元</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <th colspan="2">合计</th>
        <!-- <th></th> -->
        <th colspan="10">人民币:壹元整</th>
        <!-- <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th>
        <th></th> -->
    </tr>
    <tr>
        <th colspan="2">交易时间</th>
        <!-- <th></th> -->
        <th colspan="4">2991年55月55日</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
        <th colspan="2">时间戳</th>
        <!-- <th></th> -->
        <th colspan="4">2991-55-55-18.00</th>
        <!-- <th></th>
        <th></th>
        <th></th> -->
    </tr>
</table>
<h6>票据打印时间:2991年55月55日</h6>
<s>票据打印单位:江苏徐州业务中心</s>
<h6>操作员:祝大欢</h6>
</body>
</html>

运行截图

作业3:完成李白图

代码如下:

<!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 width="1700px" height="800px" cellpoadding="1px">
        <tr>
            <th width="425px" height="100px"><h1>将进酒</h1> </th>
            <th colspan="2"><h1>君不见黄河之水天上来</th>
            <!-- <th></th> -->
            <th></th>
        </tr>
        <tr>
            <th rowspan="2" colspan="2"  ><img src="./李白.jpg" width="500px" height="640px" </th>
            <!-- <th></th> -->
            <th rowspan="2" colspan="2"><h1>君不见黄河之水天上来,奔流到海不复回。<br>
                 君不见高堂明镜悲白发,朝如青丝暮成雪。<br>
                人生得意须尽欢,莫使金樽空对月。<br>
                天生我材必有用,千金散尽还复来。<br>
                烹羊宰牛且为乐,会须一饮三百杯。<br>
                岑夫子,丹丘生,将进酒,杯莫停。<br>
                与君歌一曲,请君为我倾耳听。<br>
                 钟鼓馔玉不足贵,但愿长醉不愿醒。<br>
                 古来圣贤皆寂寞,惟有饮者留其名。<br>
                 陈王昔时宴平乐,斗酒十千恣欢谑。<br>
                 主人何为言少钱,径须沽取对君酌。<br>
                 五花马、千金裘,<br>
                 呼儿将出换美酒,与尔同销万古愁。<br></th>
            <!-- <th></th> -->
        </tr>
        <tr>
            <!-- <th></th>
            <th></th> -->
            <!-- <th></th>
            <th></th> -->
        </tr>
    </table>
   
</h3>
</body>
</html>

运行截图:

作业4:完成电影板块

代码如下:

<!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  width="1700px" height="800px" align="center">
        
         
        
        <tr>
             <th  widht="340px">电影分类 热门 </th>
             <th  widht="340px">最新 豆瓣高分</th>
             <th  widht="340px">冷门佳片 华语</th>
             <th  widht="340px">欧美 韩国</th>
             <th  widht="340px">日本 更多->></th>
         </tr>
         <tr>
             <th  widht="340px" height="250px"><a href="https://movie.douban.com/subject/36171172/?tag=%E7%83%AD%E9%97%A8&from=gaia" ><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2913590069.jpg" ></a>"></a></th>
             <th   widht="340px" height="250px"><a href="https://movie.douban.com/subject/36934908/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2915350868.jpg" ></a></th>
             <th   widht="340px" height="250px"><a href="https://movie.douban.com/subject/35758802/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img2.doubanio.com/view/photo/s_ratio_poster/public/p2915287301.jpg" ></a></th>
             <th   widht="340px" height="250px"><a href="https://movie.douban.com/subject/35740387/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2903776440.jpg" ></a></th>
             <th   widht="340px" height="250px"><a href="https://movie.douban.com/subject/27108760/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2902667288.jpg" ></a></th>
         </tr>
          <tr>
             <th>大都市的爱情法 8.1</th>
             <th>因果报应 8.6</th>
             <th>财富密码 8.6</th>
             <th>女孩终究是女孩 8.0</th>
             <th>山羊生活 6.6</th>
         </tr>
         <tr>
             <th  widht="25%" height="250px"><a href="https://movie.douban.com/subject/36587974/?tag=%E7%83%AD%E9%97%A8&from=gaia_video"><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2912830708.jpg" alt=""></a></th>
             <th  widht="25%" height="250px"><a href="https://movie.douban.com/subject/35497671/?tag=%E7%83%AD%E9%97%A8&from=gaia_video"><img src="https://img9.doubanio.com/view/photo/s_ratio_poster/public/p2913215934.jpg" alt=""></a></th>
             <th  widht="25%" height="250px"><a href="https://movie.douban.com/subject/36340655/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img2.doubanio.com/view/photo/s_ratio_poster/public/p2913661641.jpg" alt=""></a></th>
             <th  widht="25%" height="250px"><a href="https://movie.douban.com/subject/36289263/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2915356082.jpg" alt=""></a></th>
             <th  widht="25%" height="250px"><a href="https://movie.douban.com/subject/35882838/?tag=%E7%83%AD%E9%97%A8&from=gaia"><img src="https://img1.doubanio.com/view/photo/s_ratio_poster/public/p2912441039.jpg" alt=""></a></th>
         </tr>
        
         <tr>
             <th>走出的决心 8.8</th>
             <th>危机航线5.8</th>
             <th>二号陪审员 7.1</th>
             <th>风流一代6.3</th>
             <th>某种物质 7.5</th>
         </tr>
     </table>
</body>
</html>

运行截图:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值