Practice free →
HomeMaharashtra HSC Class 12 (Arts)informationtechnologyCascading Style Sheets in HTML5 › What is the correct way to set the font family o…

What is the correct way to set the font family of <p> tags to Arial?

Ap{font-family:arial}
Bp{font:arial}
Cp{text-font:arial}
Dp{type:arial}
Answer & Solution
Correct answer: A. p{font-family:arial}
1. The CSS Properties table lists font-family. 2. Property name: 'font-family'. 3. Used to control fonts. 4. Example: p{font-family:arial}. _Source: Maharashtra Balbharati Std XII Information Technology, Ch 1 "Cascading Style Sheets in HTML5", §1.4 ¶3_
Solve this in the app — Maharashtra HSC Class 12 (Arts) practice & 24k+ MCQs →
Related questions