wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

YEAR 10 ICT QUIZ HISU

Total questions: 80

Worksheet time: 41mins

Name
Class
Date
1.

What is the purpose of the HTML tag

?

a)

Insert an image

b)

Define a table

c)

Apply CSS effects

d)

Create a form

2.

Which attribute is used to set the space between the cells in a table?

a)

CELLPADDING

b)

CELLSPACING

c)

ROWSPAN

d)

WIDTH

3.

What is the default alignment of the

c)

tag in an HTML table?

a)

Insert an image

b)

Apply CSS effects

c)

Create a row

d)

Define a table

14.

How can tables be made more accessible to people with disabilities?

a)

Provide names or titles using the

element in a table?

a)

Left

b)

Right

c)

Justify

d)

Center

4.

What does the

tag represent in an HTML table?

a)

Table Data

b)

Table Header

c)

Table Row

d)

Table Caption

5.

What is the purpose of the

tag in an HTML table?

a)

Create a form

b)

Insert an image

c)

Define a table

d)

Specify table data

6.

What is the effect of nested tables on web page loading speed?

a)

No impact on loading speed

b)

Stops loading

c)

Speeds up loading

d)

Slows down loading

7.

How can nested tables be optimized for better performance?

a)

Add more images

b)

Increase the number of nested tables

c)

Use rowspan and colspan attributes

d)

Remove all tables

8.

What is the purpose of the

tag in an HTML table?

a)

Create a border

b)

Change font color

c)

Add a caption to the table

d)

Set table width

9.

Which tag should be used to designate row and column headers in an accessible data table?

a)

b)

d)

10.

What is the default ROWSPAN value for any cell in an HTML table?

a)

2

b)

4

c)

3

d)

1

11.

What is the purpose of the ALIGN attribute in the

tag?

a)

Change background color

b)

Add a border

c)

Align text

d)

Set font size

12.

Which attribute is used to set the width of a table in HTML?

a)

CELLSPACING

b)

CELLPADDING

c)

WIDTH

d)

ROWSPAN

13.

What is the purpose of the

tag

b)

Avoid table headers

c)

Use absolute sizing

d)

Use complex nested tables

15.

What is the purpose of the

tag in an HTML table?

a)

Insert an image

b)

Apply CSS effects

c)

Create a header

d)

Define a table

16.

What does the style attribute do in HTML?

a)

Adds a hyperlink to an element

b)

Changes the appearance of an element using CSS

c)

Inserts an image into the page

d)

Defines the structure of the page

17.

Which is the correct way to change a paragraph’s text color to red using the style attribute?

a)
b)
c)
d)
18.

Which CSS property changes the size of the text?

a)

color

b)

font-family

c)

font-size

d)

text-align

19.

Where is the internal CSS style tag placed in an HTML document?

a)

Inside the tag

b)

Inside the tag

c)

After the closing tag

d)

Inside the