第十二章,结束练习

时间:2020-06-13 01:26:09   收藏:0   阅读:45

技术分享图片

 

 代码:

<!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>

 

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!