Font size
WorksheetsCSS Basics Quiz
Total questions: 10
Worksheet time: 3hrs 30mins
What is the purpose of CSS selectors?!
The purpose of CSS selectors is to change the font style of a web page.
The purpose of CSS selectors is to add animations to a web page.
The purpose of CSS selectors is to create interactive forms on a web page.
The purpose of CSS selectors is pinpointing particular HTML elements for the application of styles.
Which CSS selector is used to select elements with a specific class?
element.class
#class
.class
.id
What is the purpose of CSS Rules?
To articulate the style properties to be attributed to the chosen elements.
To unite all selectors and declarations to formulate precise styling instructions.
To target all elements with a particular class attribute.
Which CSS property is this?
This is about how much space is there between lines of text.
You can set it as a number or a percentage of the font size.
letter-spacing
text-indent
word-spacing
line-height
What is a margin?
The space between the box's edge and other things nearby on the webpage.
The space between the inside stuff and the edge of the box.
The actual stuff inside the box, like words, images, or videos.
The line around the edge of the box.
Which CSS property is used to change the font size of an element?
font-style
text-size
font-color
font-size
The space between the inside stuff and the edge of the box.
Content
Boarder
Margin
Padding
Represented as six-digit codes following a pound sign (#)
Hexadecimal Colors
RGB Colors
What is the fixed size, like a tiny dot on a screen?
Pixels (px)
Percentage (%)
Viewport Units (vw and vh)
What is CSS?
(a)
