📄 form.html
字号:
<form action="" method="GET" title="this is test">
<table border=0>
<tr>
<td valign=top>
您的意见对我很重要:
</td>
<td>
<textarea name=yj cols=20 rows=5>
请将您的建议输入到此区域
</textarea>
</td>
<tr>
</table>
<select name=gx size=3>
<option value="">--放弃选择--</option>
<option value=1>刘德华</option>
<option value=2>张学友</option>
<option value=3>郭富城</option>
<option value=4 selected>黎明</option>
</select>
<input type=image name=map src="../lesson1/logo.gif">
<!--input type=text name=name value=zhangsan size=5 disabled>
<input type=text name=password maxlength=5 readonly>
<input type=checkbox name=chk1 value=1 checked>你同意吗?<br>
<input type=radio name=radio1 value=1 checked>男<br>
<input type=radio name=radio1 value=0 >女<br>
<input type=hidden name=user value=wangwu >
<input type=password name=pass>
<input type=file name=file1-->
<input type=submit name="submit1" value="我要登陆">
<input type=submit name="submit2" value="注册">
<input type=reset name="reset" value="重写">
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -