wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Development

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What does HTML stand for?

a)

High-Tech Media Layout

b)

Hardware and Terminal Machine Language

c)

Human Text Management Logic

d)

Hypertext Markup Language

2.

What is CSS used for?

a)

To add text to your webpage

b)

To control the appearance of your webpage

c)

To improve accessibility for webpages

d)

To animate elements on your webpage

3.

True or false: A webpage is a document written in html that you can see using a web browser.

a)

True

b)

False

4.

What is the correct syntax to link css to your html code?

a)

<link rel='stylesheet' href='styles.css'>

b)

<stylesheet = ‘styles.css’>

c)

<link css>

d)

<css>

5.

True or False: <h6> is the largest heading tag.

a)

True

b)

False

6.

WordPress can be used to create a webpage.

a)

True

b)

False

7.

What is the opening and closing paragraph tags?

a)

<p></p>

b)

=<p></p>

c)

</p><p>

d)

p<p></p>

8.

What does CSS stand for?

a)

Computer Style Sheets

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Code Studio Service

9.

HTML is used for structuring web pages.

a)

True

b)

False

10.

What is used to change the background color of an element?

a)

color

b)

background-color

c)

background_color

d)

=background color