CSS for Web Development

0% completed

Previous
Next
Quiz
Question 1
Which value for the font-weight property makes text appear bold?
A
font-weight: light;
B
font-weight: normal;
C
font-weight: bold;
D
font-weight: 100;
Question 2
What is the purpose of the line-height property, as in the following example?
p {
  line-height: 1.5;
}
A
It adds spacing between letters.
B
It sets the vertical spacing between lines of text.
C
It increases the size of the text.
D
It creates space outside the paragraph.

.....

.....

.....

Like the course? Get enrolled and start learning!
Previous
Next