CSS: Styling (OCR A-Level Computer Science): Quizzes
📚Quizzes
Practise the questions
12 questions from this quiz
ShowHide
Practise the questions
12 questions from this quiz
What does the CSS 'colour' property control?
What does the CSS 'colour' property control?
Text colour
What does the 'background-colour' property do?
What does the 'background-colour' property do?
Sets element background colour
Which of these is a valid way to define colours in CSS?
Which of these is a valid way to define colours in CSS?
Hex codes like #A2441B
What is the purpose of 'font-family' in CSS?
What is the purpose of 'font-family' in CSS?
Specifies typeface with fallback font
What does the 'font-size' property control?
What does the 'font-size' property control?
Text size
What does 'text-align' do in CSS?
What does 'text-align' do in CSS?
Positions text
Which is a valid value for 'border-style'?
Which is a valid value for 'border-style'?
solid
What does the 'margin' property create?
What does the 'margin' property create?
Space outside the element
Where does 'padding' add space?
Where does 'padding' add space?
Inside element, between content & border
When should you use CSS classes rather than IDs?
When should you use CSS classes rather than IDs?
For reusable styles on multiple elements
What must each CSS rule end with?
What must each CSS rule end with?
Semicolon
Which properties affect the total size of an element?
Which properties affect the total size of an element?
Padding, borders, and margins
