Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML-Tables,Frames,Forms

Total questions: 25

Worksheet time: 5mins

Name
Class
Date
1.

How do you create a table row?

a)

With an opening and closing <th> tag.

b)

With an opening and closing <td> tag.

c)

With an opening and closing <tr> tag.

2.

which tag is used to create table header

a)

using <caption>

b)

using<th>

c)

using<td>

3.

Which HTML tag is used to define a table?

a)

<tb>

b)

<tl>

c)

<table>

d)

<tab>

4.

Which one of the following tags is used to add caption to a table?

a)

<table-caption>

b)

<tcaption>

c)

<caption>

d)

<tc>

5.

If you want to merge one or two rows in a table which attribute you can use

a)

rowmerge

b)

rowspan

c)

colmerge

d)

colspan

6.

In HTML tables space between content and cell border is called

a)

cell spacing

b)

cell padding

c)

cell difference

d)

All of the abovde

7.

In HTML tables table data is defined by

a)

<th> tag

b)

<tr> tag

c)

<td> tag

d)

<tdata>

8.

The distance between each cell can be increased by using

a)

cell spacing

b)

cell padding

c)

both

d)

none

9.

which attribute of the frameset tag creates two horizontal frames

a)

rows

b)

cols

c)

both

d)

none

10.

A group of frame is called

a)

Frameset

b)

Form

c)

List

d)

Index

11.

The __________ attribute indicates that there are two vertical frames and they will display in 30 percent and 70 percent of the screen, respectively.

a)

COLS="30%,70%"

b)

ROWS="30%,70%"

c)

ROWS="70%,30%"

d)

COLS="30%,70%,30%"

12.

Which HTML Element used to define a multi line input field?

a)

<text>

b)

<textarea>

c)

<blocktext>

d)

<textfeilds>

13.

For defining submit button which tag is used?

a)

<button>

b)

<submit>

c)

<submit button>

d)

<action submit>

14.

Action attribute in HTML Form specifies that

a)

which HTTP method used

b)

which action is going on

c)

where to submit form

d)

the auto completion of form

15.

In HTML Form <input type="text">is used for

a)

Block of text

b)

one line text

c)

one paragraph

d)

None

16.

For creating drop down list in HTML which tag is used?

a)

<dropdown>

b)

<select>

c)

<list>

d)

<all of the above>

17.

Default method while submitting a form is

a)

PUT

b)

POST

c)

GET

d)

HEAD

18.

What is the correct HTML for making a checkbox?

a)

<input type="checkbox">

b)

<input type="check">

c)

<checkbox>

d)

<check>

19.

Choose the element which is used to create inline frame

a)

<frameset>

b)

<frame>

c)

<iframe>

d)

none

20.

create a table with 2 rows

4 lines
21.

write a html code to insert two vertical frames

4 lines
22.

write a html code to insert a submit button

4 lines
23.

What HTML form input must be used to present multiple options, but select only one?

a)

<input type="text">

b)

<input type="radio">

c)

<input type="checkbox">

24.

What is the HTML form input used to send information of the form to the server?

a)

<input type="server">

b)

<input type="submit">

c)

<input type="send">

d)

<input type="mail">

25.

How do you feel about Web Technology Subject?

a)

Interesting

b)

Boring

c)

Moderate

d)

Can't Say