码迷,mamicode.com
首页 > 其他好文 > 详细

第十二章,结束练习

时间:2020-06-13 00:13:39      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:meta   box   input   txt   验证   har   ima   cell   bsp   

技术图片

 

 代码:

<!DOCTYPE html>
<html xmlns="http://www.ws.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
</head>
<body>
    <form action="http://www.baidu.com" method="get"> 
        <table broder="1px"cellpading="0px"cellspacing="0px"heigh="200px" width="450px">
        <tr>
            <td>用户名:</td>
            <td><input type="text" name="txtName"/></td>
            </tr>
            <tr>
                <td>密码:</td>
                <td><input type="password" name="txtPwd"/></td>
                </tr>
            <tr>
                <td>验证码:</td>
                <td>
                    <input type="text" /><img src="tupian/1591973654(1).jpg" />
                </td>
               </tr>
            <tr>
                <td></td>
                <td><input type="checkbox"/>记住密码</td>
                </tr>
            <tr>
                <td></td>
                <td><input type="submit" value="登录"/><input type="reset" /></td>
            </tr>
        </form>

</body>
</html>

 

第十二章,结束练习

标签:meta   box   input   txt   验证   har   ima   cell   bsp   

原文地址:https://www.cnblogs.com/wangqiangya/p/13111188.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!