wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Dev Fun Challenge

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

When working in a team, what is a good practice?

a)

Avoid collaboration

b)

Disregard feedback

c)

Focus only on personal tasks

d)

Communicate openly

2.

What’s the most fun part of web design?

a)

Seeing your ideas come to life

b)

Struggling with bugs (just kidding!)

c)

Writing long lines of code without testing

d)

Naming your files funny names

3.

How do you add color to your web page’s background?

a)

Use the <bgcolor> tag.

b)

Add a background-color property in CSS.

c)

Sprinkle magic dust on your screen.

d)

Save the file as “color.html.”

4.

Which HTML element is used to insert an image?

a)

<body>

b)

<title>

c)

<img>

d)

<link>

5.

Which CSS property is used to center text?

a)

align-text: middle;

b)

center-text: true;

c)

text-style: middle;

d)

text-align: center;

6.
  1. Which command should you use to list all files and directories (excluding hidden ones)?

a)

cat

b)

ls -la

c)

cd

d)

ls

7.

True or False: Responsive design means your website looks good on all devices.

a)

True

b)

False

8.

What does an <h1> tag do?

a)

Adds a hyperlink.

b)

Starts a new paragraph.

c)

Displays an image.

d)

Makes text into a heading.

9.

What does the following command  ‘ls | wc -l ’ likely do?

a)

Counts the number of lines in a file

b)

Counts the number of files and directories

c)

Lists all hidden files

10.

What does CSS stand for?

a)

Colorful Style Sheets

b)

Computer Style Sheets

c)

Creative Style Sheets

d)

b) Cascading Style Sheets