NEW
Font size
WorksheetsWeb Design and Development Revision
Total questions: 22
Worksheet time: 11mins
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.
Functional Requirements
End User Requirements
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.
Functional Requirement
End User Requirement
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
Functional Requirement
End User Requirement
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
Functional Requirement
End User Requirement
How many external links are on this website?
1
8
7
2
How many internal links are on this website?
1
7
8
2
Who would make use of this wireframe?
Developers
Designers
Clients
How many images are on this webpage?
1
2
3
8
How many hyperlinks are on this webpage?
1
2
3
8
Which webpage does this wireframe correspond to?
Home
Our Brownies
About Us
Contact Us
Checkout
What tag would surround 'Bob's Brownies' to implement this page?
<title> </title>
<h> </h>
<h1> </h1>
<head> </head>
What tag would surround 'Glasgow's finest...' to implement this page?
<title> </title>
<h1> </h1>
<h3> </h3>
<p> </p>
What tag would make a link to the home page?
<link> home.html </link>
<a http="home.html"> Home </a>
<a href="home.html"> Home </a>
<a="home.html"> Home </a>
What tag would insert an image?
<img> pic.jpg </img>
<img="pic.jpg">
<image source="pic.jpg">
<img src="pic.jpg">
Which CSS rule would add a blue background to the heading?
h1{background:blue}
h1{background-color:blue}
h1{color:blue}
h1{blue}
Which CSS rule would make the heading white?
h1{text:white}
h1{body-color:white}
h1{color:white}
h1{white}
Which CSS rule would centre the heading?
h1{text-align:center}
h1{align:center}
h1{p align:center}
h1{center}
Which CSS rule would change the font to Helvetica?
h1{font-family:Helvetica}
h1{font:Helvetica}
h1{family:Helvetica}
h1{Helvetica}
Which CSS rule would change text to size 36px?
h1{font-size:36px}
h1{text-size:36px}
h1{size:36px}
h1{36px}
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?
onmouseclick
onmouseout
onmouseover
onmouseon
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?
onmouseclick
onmouseout
onmouseover
onmouseon
Which would you not do at the testing stage of this website?
Check that it matches design
Check all links
Check all media loads
Check it is consistent
Check it satisfies requirements
