Worksheets#5 Codecademy/KhanAcademy Weekly Quiz:Font Families & CSS
Total questions: 9
Worksheet time: 9mins
There are a total of 4 font families that are safe for all browsers to use.
True
False
Maybe
Which of the following font families are not safe for all browsers to use?
serif
comic sans
monospace
fantasy
In the attached image, the font-sized property has what characteristics?
An exact measurement, just like pixels do.
A relative measurement, depending on the other text, meaning if the text is smaller, the h2 will be smaller and vice versa.
A random size, could be 5 times larger than text or 80 times larger.
None
According to the following image, what pixel size will the "h2" be given the body font size?
18px
12px
24px
48px
In the following image, will the CSS properties render the same effect?
Yes
I don't know
No
Maybe
In the following image, what is the property surrounded by a red rectangle?
shorthand
longhand
additive fonts
grandchild properties
Please select all the CSS code that would render the following image.
font-weight: bold;
color: purple;
background-color: yellow;
font-style: normal;
text-decoration: underline;
Rules that trickle down from the "body" tag to other sections of your web page until you specify other tags, ids, or classes are called?
CSS propergate effect
CSS Child-down protocol
CSS Trickle-Down Effect
CSS inheritance
According to the rules that allow CSS to trickle down unless specified otherwise, please select the font family for h2 that will ultimately be shown in a web browser
font-family: fantasy;
font-family: italic;
text-align: center;
font-family: cursive;
