WorksheetsUnit 6: HTML Text & Font Formatting Reference
Total questions: 20
Worksheet time: 35mins
Which CSS property changes the font type of text?
font-style
font-family
text-align
font-weight
What does the font-weight property do?
Italicizes text
Changes text color
Makes text bold or lighter
Adjusts line spacing
How would you make text italic using CSS?
font-style: italic;
text-decoration: italic;
font-weight: italic;
text-align: italic;
Which property changes the spacing between letters?
word-spacing
line-height
letter-spacing
text-transform
What is the correct way to make a link open in a new tab?
Link
Link
Link
Link
Which CSS selector changes a link’s style when the mouse hovers over it?
:click
:hover
:active
:focus
Which CSS property removes the underline from a hyperlink?
text-align
text-decoration: none;
font-style: none;
font-weight: none;
What does the hex color code #00FF00 represent?
Red
Blue
Green
Yellow
Which HTML tag is used to make text bold?
A)
B)
C)
D)
How would you align text to the center using CSS?
text-align: left;
text-align: center;
text-align: justify;
align-text: center;
Explain the difference between font-style and font-weight.
What is the purpose of text-transform in CSS?
Give an example of a CSS rule to remove underlines from links.
Describe how to change the color of text using CSS.
What does line-height control?
How can you make a hyperlink open in the same tab?
Give an example of a hex color code for red and explain its format.
How do letter-spacing and word-spacing differ?
What is the purpose of the :hover selector in CSS?
List three font families commonly used in web design.
