A. <input type=submit></input> B. <textarea name="textarea"></textarea> C. <input type=radio></input> D. <input type=checkbox></input>
A. <input type=radio> B. <input type=text> C. <input type=password> D. <input type=checkbox>
A. <table border=1 style="Line-Height:16">…</table> B. <table border=1 style="Line-Height:16pt">…</table> C. <table border=1 style="Line-Height:16px">…</table> D. <table border=1 LineHeight="16pt">…</table>
A. selected B. disabled C. type D. checked
A. 表单提交有get和post两种方式 B. post提交后数据不会显示在地址栏,而get会显示 C. post比get安全 D. action属性用来设置提交方式
A. file B. hidden C. submit D. text
A. spancol B. row C. rowspan D. span
A. 密码框需要设置input标签type="password" B. 图形按钮需要设置type="submit" C. 提交方法post比get更安全 D. value属性表示初始值,可能会随着用户的操作而改变,以提交时为准
A. colspan属性 B. rowspan属性 C. colspan标签 D. rowspan标签
A. type=“submit” B. value= “true” C. check= “true” D. type= “reset”