WorksheetsHTML - Unit E Review
Total questions: 25
Worksheet time: 19mins
Font ____ are collections of single typefaces and their variants.
properties
families
sets
stacks
"Arial, Helvetica, sans-serif" is a widely used sans-serif font ____.
property
family
set
stack
A font ____ is a list of font families in order of preference, seperated by commas.
property
family
set
stack
You can specify the font size of an element using the CSS ___ property.
font-width
font-height
font-size
font-shape
Background-color and color are properties commonly associated with which pseudo-element?
:first-line
:selection
:before
:after
You can make text bold using the ___ property.
font-weight
font-style
Either of these
Neither of these
You can add italics using the ___ property.
font-weight
font-style
either of these
neither of these
Which of the following is NOT a way that you can specify a color?
As a name
In hexadecimal format
In RGB format
In em format
Which color system should you use when you want to express a color as a triplet with transparency applied?
RGB
RGBa
HSL
HSLa
The rule of thumb is to use ____ for headings on a web page.
serif
sans-serif
web safe
custom
Some web browsers automatically change printed output to black and white, but using a print ___ ensures that this formatting is available for users of all browsers.
property page
style page
property sheet
style sheet
HTML allows you to link to multiple style sheets in the same web document, using the ___ attribute of the link element to specify which type of device should use each style sheet.
value
media
device
agent
Referring to the attached figure, Times New Roman and Georgia are examples of ____ fonts.
Serif
Sans serif
Fantasy
Cursive
Referring to the attached figure, Arial and Tahoma are examples of ___ fonts.
serif
sans-serif
fantasy
cursive
Referring to the attached figure, Courier New and Lucida Console are ____ fonts because each character uses the same amount of horizontal space.
Block
Monospace
Equalized
Code
Referring to the attached figure, Monotype Corsiva and Comic Sans are examples of ___ fonts.
Serif
Sans-serif
Fantasy
Cursive
Referring to the attached figure, Papyrus and Impact are examples of __ fonts.
Serif
Sans-serif
Fantasy
Cursive
Referring to the attached figure, which lines of code will create a drop cap?
50-52
53-55
56-58
59-63
Referring to the attached figure, which style rule uses a class selector?
article
article p
article p:first-line
title
Referring to the attached figure, what do you know about the first line of each paragraph?
It will float left.
It will be bold.
It will have no padding on the top.
It will have a height of 3em.
Gary works at a local ice rink and has been assiged the task of determining what fonts to use on the website.
Gary decides to specify two font families. The correct CSS for specifying this would be ___.
Font-family: Tahoma, Arial;
Font-stack: Tahoma, Arial;
Font-family: Tahoma; Arial;
Font-stack: Tahoma; Arial;
Gary works at a local ice rink and has been assiged the task of determining what fonts to use on the website.
Gary notices that the current website specifies:
Font-family: tahoma, arial, sans-serif;
In this case, sans-serif is a ____ font family.
specific
generic
named
primary
Gary works at a local ice rink and has been assiged the task of determining what fonts to use on the website.
Gary is learning how to list font family names in CSS. Which of the following is written correctly?
"Tahoma"
"Arial"
"Sans-serif"
"Times New Roman"
Thelma is a web developer for a bowling league. She wants visitors to the website to be able to print web pages, such as league schedules.
Thelma knows her visitors will have a wide variety of printers. The first thing she does is create a _____, listing the value as print.
style rule
media query
link to printer rule
print styles query
Thelma is a web developer for a bowling league. She wants visitors to the website to be able to print web pages, such as league schedules.
Thelma decides she wants to set margins for printed output, so she will use a(n) ___.
@media query
margin element
@page rule
print selector
