Low Fidelity Prototype
test user interface with clients before
drawn on paper
HTML
hyper text markup language - used to create webpages
CSS
used to style webpages
class selector in CSS
. (dot)
id selector in CSS
(hash)
class
used to style many elements
id
can only be applied to 1 element
testing
evaluation
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?
what does javascript do
adds interactivity
onmouseover
triggered when the mouse passes over it
onmouseout
triggered when the mouse goes out of it