form表单

语法:<form merhod="post" action=" ">

          <input type="text" /> //文本框

          <input type="possword" /> //密码框

          <input type="radio" /> //单选按钮

          <input type="image" /> //图片按钮

          <input type="showText" /> //多行文本域

          <input type="email" /> //邮箱框

。。。。。。

</form>

posted @ 2020-06-13 13:30  蔡伟  阅读(115)  评论(0)    收藏  举报