CBSE Class 10 Computer Applications Question 22 of 37

Cascading Style Sheets (CSS) — Question 2

Back to all questions
2
Question

Question 2

Which property is used to increase and decrease the text size ?

  1. font-width
  2. font-size
  3. text-width
  4. text-size
Answer

font-size

Reason — font-size property is used to increase and decrease the text size in the following way:

h3 {font-size : 8pt; }