Answer & Solution
<span style='line-height: 1.5;'>Line Height Text
<span style='line-height: 1.5;'>Line Height Text
How can you apply an overline to text using CSS?
A). text-decoration: overline;
B). overline-text: true;
C). text-style: overline;
D). overline: true;
How can you apply an overline to text using CSS?
A). text-decoration: overline;
B). overline-text: true;
C). text-style: overline;
D). overline: true;
How do you justify-align text using CSS?
A). text-align: justify;
B). align-text: justify;
C). justify: true;
D). text-alignment: justify;
How do you align text to the left in CSS?
A). text-align: left;
B). align-text: left;
C). alignment: left;
D). text-alignment: left;
How can you center-align text using CSS?
A). text-align: center;
B). align-text: center;
C). center-text: true;
D). text-alignment: center;
Which CSS property is used for adding a line through text?
A). text-decoration: line-through;
B). line-decoration: through;
C). text-style: line-through;
D). line-through: true;
Which property is used to adjust the spacing between letters in CSS?
A). letter-spacing: 2px;
B). spacing-letter: 2px;
C). spacing: 2px;
D). word-spacing: 2px;
What CSS property is used to underline text?
A). text-decoration: underline;
B). text-style: underline;
C). text-shadow: underline;
D). text-decor: underline;
Which property is used to adjust the spacing between words in CSS?
A). word-spacing: 5px;
B). spacing-word: 5px;
C). letter-spacing: 5px;
D). spacing: 5px;
How can you apply an underline to text using CSS?
A). text-decoration: underline;
B). text-style: underline;
C). text-shadow: underline;
D). text-decor: underline;