Q. Which CSS property is used to control the text size of an element?

  • (A) font-style
  • (B) text-size
  • (C) font-size
  • (D) text-style
πŸ’¬ Discuss
βœ… Correct Answer: (C) font-size
Explanation: The “font-size” property allows you to define the font size for different elements. Example:
div { font-size: 15px; }
Explanation by: Tanmay
The “font-size” property allows you to define the font size for different elements. Example:
div { font-size: 15px; }

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
235
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tanmay
Publisher
πŸ“ˆ
87%
Success Rate