WEB DESIGN AND DEVELOPMENT TEST 2 Flashcards
1
Q
Low Fidelity Prototype
A
test user interface with clients before
drawn on paper
2
Q
HTML
A
hyper text markup language - used to create webpages
3
Q
CSS
A
used to style webpages
4
Q
class selector in CSS
A
. (dot)
5
Q
id selector in CSS
A
(hash)
6
Q
class
A
used to style many elements
7
Q
id
A
can only be applied to 1 element
8
Q
testing
A
- does the website match the user interface
-do links and navigation work properly
-is text readable
-is all media displayed correctly - are all the web pages consistent
9
Q
evaluation
A
Is the website fit for purpose, does it do what it was designed for e.g. sell a product or give information? Does it meet the functional requirements?
10
Q
what does javascript do
A
adds interactivity
11
Q
onmouseover
A
triggered when the mouse passes over it
12
Q
onmouseout
A
triggered when the mouse goes out of it