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 ?
- font-width
- font-size
- text-width
- text-size
font-size
Reason — font-size property is used to increase and decrease the text size in the following way:
h3 {font-size : 8pt; }