1.

Which is the correct way to format a Font Family for a paragraph?

Answer»

Which is the CORRECT way to format a FONT Family for a PARAGRAPH?
Choose the correct option from below LIST
(1)p { font-face: Arial; }
(2)p { family-font: Arial; }
(3)p { font-family: Arial; }
(4)p { font: Arial; }

Answer:-(3)p { font-family: Arial; }



Discussion

No Comment Found