美文网首页
html基础

html基础

作者: gtt21 | 来源:发表于2017-06-09 21:19 被阅读0次

表单标签及输入类型

<form name="action"="method="></from>action 提交表单地址,method提交方式:get,post

<input type="text">输入文本框

<input type="radio" name="gender">单选框

<input type="checkbox" name="interest">复选框

<input type="password" name="">密码输入框

<input type="buttton">按钮框

<input type="submit">提交按钮

<input type="reset">重置按钮

<input type="file">义输入字段和“”浏览“”按钮,供文件上传

<select><option><optioon></

相关文章

网友评论

      本文标题:html基础

      本文链接:https://www.haomeiwen.com/subject/ygifqxtx.html