网站导航网学 原创论文 原创专题 网站设计 最新系统 原创论文 论文降重 发表论文 论文发表 UI设计定制 论文答辩PPT格式排版 期刊发表 论文专题
返回网学首页
网学原创论文
最新论文 推荐专题 热门论文 论文专题
当前位置: 网学 > 设计资源 > 表单美化 > 正文

HTML中form表单的语法

论文降重修改服务、格式排版等 获取论文 论文降重及排版 论文发表 相关服务

这是form表单中我们常用到的几种,我都是分别介绍的,当然用的时候是写到一起的。这部分相对其他的来说相对简单,用的时候忘了还可以马上查。其实页面时美工的工作,程序员主要是负责后台程序的编写。

文本框:(姓名)<br>
<form action="/form/servlet/biaodan" method="post">
<input type=text name="body" />
<input type=submit name="submit" value="提交">
</form>


单选按钮:(天气)
<form action="/form/servlet/biaodan" method="post">
晴天<input type="radio" name="weather" value="sun" checked>
下雨<input type="radio" name="weather" value="rain">
下雪<input type="radio" name="weather" value="snow">
刮风<input type="radio" name="weather" value="blow" >
<input type=submit name="submit" value="提交">
</form>

复选按钮:(爱好)
<form action="/form/servlet/biaodan" method="post">
篮球<input type="checkbox" name="sport1" value="basketball" checked>
足球<input type="checkbox" name="sport2" value="football">
网球<input type="checkbox" name="sport3" value="tennis">
游泳<input type="checkbox" name="sport4" value="swim" >
<input type=submit name="submit" value="提交">
</form>

密码框:(密码)
<form action="/form/servlet/biaodan" method="post">
密码:<input type="password" name="pass" size="10" maxlength="30">
<input type=submit name="submit" value="提交">
</form>


下拉菜单:(国籍)
<form action="/form/servlet/biaodan" method="post">
<select name="guo" >
   <option value="china" select> 中国
   <option value="xinjiapo">新加坡
   <option value="usa">美国
   <option value="canada">加拿大
<input type=submit name="submit" value="提交">
</form>

文本域:(简介)
<form action="/form/servlet/biaodan" method="post">
<textarea name="content" wrap=soft rows=6 cols=50></textarea>
<input type=submit name="submit" value="提交">
</form>

  • 下一篇资讯: 表单(FORM)标记(TAGS)
  • 设为首页 | 加入收藏 | 网学首页 | 原创论文 | 计算机原创
    版权所有 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2020 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号 常年法律顾问:王律师