wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Design and Development Revision

Total questions: 22

Worksheet time: 11mins

Name
Class
Date
1.

A website is to be created for a shop who bake and deliver different types of brownie in the Glasgow area.​

Is the following an end-user or a functional requirement?​

You must be able to see ingredients for each type of brownie.​

a)

Functional Requirements

b)

End User Requirements

2.

A website is to be created for a shop who bake and deliver different types of brownie in the Glasgow area.​

Is the following an end-user or a functional requirement?​

A hyperlink should be added on each small brownie picture to take you to a page about that flavour.​

a)

Functional Requirement

b)

End User Requirement

3.

A website is to be created for a shop who bake and deliver different types of brownie in the Glasgow area.​

Is the following an end-user or a functional requirement?​

An external link to Paypal must be inserted on the Order page​

a)

Functional Requirement

b)

End User Requirement

4.

A website is to be created for a shop who bake and deliver different types of brownie in the Glasgow area.​

Is the following an end-user or a functional requirement?​

Clicking on Contact Us should show a phone number and email address for the shop​

a)

Functional Requirement

b)

End User Requirement

5.

How many external links are on this website?​

a)

1

b)

8

c)

7

d)

2

6.

How many internal links are on this website?​

a)

1

b)

7

c)

8

d)

2

7.

Who would make use of this wireframe?​

a)

Developers

b)

Designers

c)

Clients

8.

How many images are on this webpage?​

a)

1

b)

2

c)

3

d)

8

9.

How many hyperlinks are on this webpage?​

a)

1

b)

2

c)

3

d)

8

10.

Which webpage does this wireframe correspond to?​

a)

Home

b)

Our Brownies

c)

About Us

d)

Contact Us

e)

Checkout

11.

What tag would surround 'Bob's Brownies' to implement this page?

a)

<title> </title>

b)

<h> </h>

c)

<h1> </h1>

d)

<head> </head>

12.

What tag would surround 'Glasgow's finest...' to implement this page?

a)

<title> </title>

b)

<h1> </h1>

c)

<h3> </h3>

d)

<p> </p>

13.

What tag would make a link to the home page?

a)

<link> home.html </link>​

b)

<a http="home.html"> Home </a>

c)

<a href="home.html"> Home </a>​

d)

<a="home.html"> Home </a>​

14.

What tag would insert an image?​

a)

<img> pic.jpg </img>​

b)

<img="pic.jpg">​

c)

<image source="pic.jpg">​

d)

<img src="pic.jpg">​

15.

Which CSS rule would add a blue background to the heading?​

a)

h1{background:blue}

b)

h1{background-color:blue}

c)

h1{color:blue}

d)

h1{blue}

16.

Which CSS rule would make the heading white?​

a)

h1{text:white}

b)

h1{body-color:white}

c)

h1{color:white}

d)

h1{white}

17.

Which CSS rule would centre the heading?

a)

h1{text-align:center}

b)

h1{align:center}

c)

h1{p align:center}

d)

h1{center}

18.

Which CSS rule would change the font to Helvetica?​

a)

h1{font-family:Helvetica}

b)

h1{font:Helvetica}

c)

h1{family:Helvetica}

d)

h1{Helvetica}

19.

Which CSS rule would change text to size 36px?​

a)

h1{font-size:36px}

b)

h1{text-size:36px}

c)

h1{size:36px}

d)

h1{36px}

20.

When the mouse touches anywhere on Image 1 on the webpage, it changes to Image 2. When the mouse moves away, it changes back to Image 1​

Which event changes the picture to Image 2?​

a)

onmouseclick​

b)

onmouseout

c)

onmouseover

d)

onmouseon

21.

When the mouse touches anywhere on Image 1 on the webpage, it changes to Image 2. When the mouse moves away, it changes back to Image 1​

Which event changes the picture back to Image 1?​

a)

onmouseclick​

b)

onmouseout

c)

onmouseover

d)

onmouseon

22.

Which would you not do at the testing stage of this website?​

a)

Check that it matches design

b)

Check all links

c)

Check all media loads

d)

Check it is consistent

e)

Check it satisfies requirements