NEW
Font size
WorksheetsCSS Basics Quiz
Total questions: 19
Worksheet time: 10mins
What does CSS stand for?
Cascading Style Sheets
Cascading Simple Sheets
Color Style Sheets
Creative Style Sheets
How can CSS styles be defined?
In separate files
Only in HTML
Only in JavaScript
Only in text files
What is a way to define colors in CSS?
Using only shapes
Using only images
Using only numbers
Using color names
What does the hex value #ff0000 represent?
Blue color
Green color
Yellow color
Red color
What does the 'rgba' function define?
Only size
Only position
Color with transparency
Only color
What does 'font-size' control?
Color of the text
Size of the text
Position of the text
Style of the text
What unit is commonly used for font size?
Pixels
Grams
Kilometers
Liters
What does 'padding' do in CSS?
Space inside an element
Space outside an element
Size of an element
Color of an element
What does 'margin' control?
Height of an element
Color of an element
Space inside an element
Space outside an element
What does 'border' define?
Edge of an element
Color of text
Size of text
Background color
What does 'background-color' do?
Sets the margin color
Sets the background color
Sets the text color
Sets the border color
What is a block element?
Takes full width and starts a new line
Takes minimum width
Is a type of image
Is invisible
What is an inline element?
Is a type of background
Is a type of border
Takes full width
Takes minimum width and stays in the same line
What does 'min-width' control?
Height of an element
Color of an element
Maximum width of an element
Minimum width of an element
What does 'max-height' control?
Color of an element
Maximum height of an element
Minimum height of an element
Width of an element
What is the purpose of CSS?
To write text
To style HTML elements
To make sounds
To create images
What does 'background-image' do?
Sets margin size
Sets border style
Sets text color
Sets an image as background
What is the purpose of 'font-family'?
Defines the position of text
Defines the style of text
Defines the size of text
Defines the color of text
What does 'font-weight' control?
Size of the text
Color of the text
Position of the text
Thickness of the text
