wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

HTML and CSS Test-1

Total questions: 10

Worksheet time: 9mins

Name
Class
Date
1.

What will be displayed in the browser?

a)

Hello World (in same line)

b)

Hello (in one line) and World (in next line)

c)

Only Hello

d)

Error

2.

What happens when this code runs?

a)

Bullet points list

b)

Numbered list (1, 2, 3)

c)

Error

d)

Inline text only

3.

Two rows, two columns table

a)

One row with four cells

b)

Only text displayed

c)

Two rows, two columns table

d)

Error

4.

What will the link do?

a)

Just displays text

b)

Displays heading but not clickable

c)

Displays clickable heading "Click Here"

d)

Error

5.

What happens here?

a)

Displays H2O and X2 + Y2 normally

b)

Displays H₂O and X² + Y²

c)

Error in code

d)

Only plain text

6.

What will be the background color of the paragraph?

a)

White background with red text

b)

Light blue background with red text

c)

Red background with white text

d)

Error

7.

How will this appear?

a)

Left-aligned green heading

b)

Right-aligned green heading

c)

Centered green heading

d)

Default black heading

8.

What will be the font size?

a)

16px bold

b)

24px bold

c)

24px normal

d)

16px normal

9.

What happens with this code?

a)

Displays a box of 200px width and 100px height with border

b)

Displays text only

c)

Displays a circle

d)

Error

10.

Output of this code?

a)

Shows "Hover over me!" only

b)

Error in title attribute

c)

Shows tooltip text on hover

d)

Both text and tooltip always visible