wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Grade 08 Web Design Exam

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

What does HTML stand for?

4 lines
2.

Why is CSS used in web design?

4 lines
3.

What tag is used to start an HTML code? (Not the document type)

4 lines
4.

What is JavaScript used for on a web page?

4 lines
5.

What is the <head> tag used for in HTML?

4 lines
6.

The section of an HTML page usually contains:

a)

The page title and links to CSS

b)

Main text content

c)

Images and videos

d)

Paragraphs

7.

Which tag is used for line breaks?

a)

br

b)


<br>

c)

<break>

d)

<brk>

8.

Which attribute sets the image source in ?

a)

src

b)

href

c)

link

d)

path

9.

What does CSS stand for?

a)

Creative Style Sheet

b)

Computer Style Sheet

c)

Cascading Style Sheet

d)

Code Style Script

10.

Which property sets the background color in CSS?

a)

color

b)

font-color

c)

bg-color

d)

background-color

11.

How do you change text color in CSS?

a)

text-color: red;

b)

color: red;

c)

font-style: red;

d)

style: red;

12.

What symbol is used to select a class in CSS?

a)

#

b)

@

c)

.

d)

$

13.

What property is used to make text bold in CSS?

a)

text-weight

b)

font-thick

c)

font-bold

d)

font-weight

14.

How do you link a CSS file to an HTML file?

a)

<css src="style.css">

b)

<script href="style.css">

c)

<link rel="stylesheet" href="style.css">

d)

<style>style.css</style>

15.

What does JavaScript do on a website?

a)

Adds color

b)

Structures text

c)

Makes it interactive

d)

Hosts the page

16.

How do you write a JavaScript alert?

a)

popup("Hello")

b)

alert("Hello")

c)

notice("Hello")

d)

warn("Hello")

17.

What is used to store values in JavaScript?

a)

Labels

b)

Tags

c)

Variables

d)

Links

18.

What is the correct way to start a function in JavaScript?

a)

function myFunc()

b)

start myFunc()

c)

newFunc = ()

d)

begin myFunc()

19.

JavaScript code is written inside which tag?

a)

<script>

b)

<body>

c)

<b>

d)

<code>

20.

What symbol is used to end a line in JavaScript?

a)

,

b)

:

c)

;

d)

#

21.

What makes a website easy to use?

a)

Complex buttons

b)

Clear layout

c)

Small fonts

d)

Too many colors

22.

What does “responsive design” mean?

a)

The website answers questions

b)

The website adjusts to any screen size

c)

The website has fast support

d)

The website talks to users

23.

Which of these is important for good readability?

a)

Bright background

b)

Tiny font

c)

Good contrast

d)

Flashy animation

24.

Why should websites load quickly?

a)

So they crash faster

b)

To save space

c)

So users don’t leave

d)

For better images

25.

What is important in a homepage design?

a)

Confusing links

b)

Clear information and navigation

c)

Long loading videos

d)

Hidden menus