Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Technology(quiz -11)- Narendra Mohan

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

Which is not an attribute of a table?

a)

bgcolor

b)

Cellpad

c)

Cellspacing

d)

Valign

2.

Choose the correct option for VALIGN attribute of a table?

a)

Left/Right

b)

Left/Right/Center

c)

Top/Middle/ Bottom

d)

Left/Right/Justify

3.

Choose the tag which have Align, Valign, Colspan and Rowspan attributes?

a)

<HR>

b)

<img>

c)

<Body>

d)

<Table>

4.

....................is used to input data from the user and send the data to the server

a)

<DL>

b)

<OL>

c)

<Form>

d)

<PRE>

5.

Which is the default method of a form?

a)

Post

b)

Submit

c)

Get

d)

Reset

6.

Which is not attribute of a <FORM> tag?

a)

method

b)

purpose

c)

name

d)

target

7.

If the action attribute is omitted from a <Form> tag, then action is set to the ................ page.

a)

Blank

b)

Next

c)

Previous

d)

current

8.

The default value of target attribute in <Form> tag is...............

a)

_parent

b)

_self

c)

_Top

d)

_blank

9.

Which is option is correct for GET method of a <Form> Tag?

a)

Not appends the form data to the URL, in name/value pair

b)

ALWAYS use GET to send sensitive data

c)

The length of a URL is unlimited

d)

Useful for form submissions where a user wants to bookmark the result

10.

Which is correct for GET method?

a)

The length of a URL is limited (1048 characters)

b)

The length of a URL is limited (3048 characters)

c)

The length of a URL is limited (2048 characters)

d)

The length of a URL is limited (5048 characters)