Q
How do you justify-align text using CSS?

Answer & Solution

Answer: Option A
Solution:
To justify-align text in CSS, you use the text-align: justify; property. Example:<div style='text-align: justify;'>Justified Text
Related Questions on Average

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;

Which property is used for adding a shadow effect to text in CSS?

A). text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

B). shadow-text: 2px 2px 4px rgba(0, 0, 0, 0.5);

C). text-effect: shadow;

D). text-style: shadow;

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;

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;

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 adjusting the indentation of text?

A). text-indent: 20px;

B). indentation: 20px;

C). spacing-indent: 20px;

D). text-indentation: 20px;

How can you center-align text using CSS?

A). text-align: center;

B). align-text: center;

C). center-text: true;

D). text-alignment: center;

What CSS property is used for applying a shadow effect to text?

A). text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

B). shadow-text: 2px 2px 4px rgba(0, 0, 0, 0.5);

C). text-effect: shadow;

D). text-style: shadow;

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;

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;