zoukankan      html  css  js  c++  java
  • web前端1

     <!DOCTYPE html>
    <html>
    <head>
    <title>表单</title>
    <meta charset="utf-8">
    </head>
    <body>
    <form>
    账号:<input type="text" name="name">
    <br>
    <br>
    密码:<input type="password" name="password">
    <br>
    <br>
    性别:<input type="radio" name="sex">男<input type="radio" name="sex">女
    <br>
    <br>
    爱好:<input type="checkbox" name="zuqiu"checked="">足球 <input type="checkbox" name="dongm"checked="no">动漫 <input type="checkbox" name="youxi"checked="no">游戏
    <br>
    <br>
    自我介绍:<br>
    <textarea cols="35"rows="10"value="ziwojieshao">

    </textarea>
    <br>
    <br>
    地址:
    <select name="dizhi">
    <option>四川</option>
    <option>北京</option>
    <option>上海</option>
    <lect>
    <br>
    <br>
    <input type="submit" value="提交">
    <input type="reset" value="重置">
    <input type="button" value="按钮">
    </form>
    </body>
    <ml>
  • 相关阅读:
    Redis Cluter
    数据库设计范式
    kvm虚拟化
    架构前端
    集群架构
    初识shell编程
    网络知识
    Linux三剑客
    Linux磁盘管理
    高性能异步爬虫
  • 原文地址:https://www.cnblogs.com/fan769875881/p/9657940.html
Copyright © 2011-2022 走看看