WorksheetsWeb Technology(quiz -11)- Narendra Mohan
Total questions: 10
Worksheet time: 4mins
Which is not an attribute of a table?
bgcolor
Cellpad
Cellspacing
Valign
Choose the correct option for VALIGN attribute of a table?
Left/Right
Left/Right/Center
Top/Middle/ Bottom
Left/Right/Justify
Choose the tag which have Align, Valign, Colspan and Rowspan attributes?
<HR>
<img>
<Body>
<Table>
....................is used to input data from the user and send the data to the server
<DL>
<OL>
<Form>
<PRE>
Which is the default method of a form?
Post
Submit
Get
Reset
Which is not attribute of a <FORM> tag?
method
purpose
name
target
If the action attribute is omitted from a <Form> tag, then action is set to the ................ page.
Blank
Next
Previous
current
The default value of target attribute in <Form> tag is...............
_parent
_self
_Top
_blank
Which is option is correct for GET method of a <Form> Tag?
Not appends the form data to the URL, in name/value pair
ALWAYS use GET to send sensitive data
The length of a URL is unlimited
Useful for form submissions where a user wants to bookmark the result
Which is correct for GET method?
The length of a URL is limited (1048 characters)
The length of a URL is limited (3048 characters)
The length of a URL is limited (2048 characters)
The length of a URL is limited (5048 characters)
