Website Design and Development Flashcards
(8 cards)
1
Q
What is HTML used for?
A
Structuring content on the web.
2
Q
What does CSS do in web development?
A
It styles the HTML elements (e.g. colours, fonts, layout).
3
Q
What is usability in web design?
A
How easy and effective a website is for users.
4
Q
Give an example of good website structure.
A
Clear headings, logical navigation, readable text.
5
Q
What are wireframes?
A
Simple layout sketches of web pages used in the planning stage.
6
Q
How do you link an image to HTML?
A
<img src = “ ____” height = “ ___ px” width “___ px” />
7
Q
What is an external hyperlink?
A
Links to pages outwith the internal sheets.
8
Q
What does Javascript do to HTML?
A
Adds interctive features and dynamic behaviours to HTML.