- <html>
- <head>
- <title>Welcome</title>
- </head>
- <h1>登录</h1>
- <form action="" method="post">
- 用户名:<input type="text" name="username"/><br/>
- 密 码:<input type="password" name="pwd"/></br>
- <input type="submit" value="登录"/> <input type="reset" value="重新填写"/></br>
- <input type="checkbox" name="v1">西瓜</br>
- <input type="checkbox" name="v1">苹果</br>
- <input type="radio" name="sex"/>男</br>
- <input type="radio" name="sex"/>女</br>
- <input type="hidden" value="123" name="sal"/>
- 选择你的出生地:
- <select name="bir">
- <option value="">--请选择--</option>
- <option value="bj">北京</option>
- <option value="bj">上海</option>
- <option value="cq">重庆</option>
- </select>
- </br>
- 请留言</br>
- <textarea cols="30" rows="10"></textarea></br>
- 选择要上传的文件</br>
- 请选择文件:<input type="file" name="myfile"/></br>
- </select>
- </form>
- </body>
- </html>
文章源自联网快讯-https://x1995.cn/548.html
评论