The function of the Caption attribute of the form is ().
A: Ensure the title of the form
B: Ensure the name of the form
C: Ensure the boundary type of the form
D: Ensure the font of the form
A: Ensure the title of the form
B: Ensure the name of the form
C: Ensure the boundary type of the form
D: Ensure the font of the form
举一反三
- Fill in each of the following blanks with the proper form of the given words。 We must do everything possible to ensure the students’_________ (safe).
- Please ensure thatyou have filled in this _______ order form correctly, and confirmation of yourorder will arrive within 7 days. A: trying B: trial C: tried D: try
- 要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交到ACTION属性中指定的位置。下列语句正确的是() A: <;FORM METHOD="POST" ACTION="">;<;INPUT TYPE="button" VALUE=" 提交" NAME="b1">;<;/FORM>; B: <;FORM METHOD="POST" ACTION="">;<;INPUT TYPE="reset" VALUE=" 提交" NAME="reset1">;<;/FORM>; C: <;FORM METHOD="POST" ACTIO”N= <;INPUT TYPE="submit" VALUE="提 交 "NAME="submit1">;<;/FORM>; D: <;FORM METHOD="POST" ACTION="">;<;BUTTON TYPE="submit" VALUE="提交" NAME="b1">;<;BUTTON>;<;/FORM>;
- 创建表单,使用的标记是( )。 A: <Table></Table> B: <Font></Font> C: <Form></Form> D: <Div></Div>
- 要在表单中添加提交按钮,实现在用户单击“提交”按钮时,自动将表单提交道ACTION属性中指定的位置。下列语句正确的是()。 A: <FORM METHOD=”POST” ACTION=http://www.xmission.com> <INPUT TYPE=”button” VALUE=”提交”NAME=“b1”></FORM> B: <FORM METHOD=”POST” ACTION=http://www.xmission.com> <INPUT TYPE=”reset” VALUE=”提交”NAME=“reset1”></FORM> C: <FORM METHOD=”POST” ACTION=http://www.xmission.com> <INPUT TYPE=”submit” VALUE=”提交”NAME=“submit1”></FORM> D: <FORM METHOD=”POST” ACTION=http://www.xmission.com> <INPUT TYPE=”submit” VALUE=”提交”NAME=“b1”></FORM>