Web technologies Questions | HTML Course | Practice Quiz 2 | Question 6
Which one of the following is the correct way of adding Inline styles.
(A) <p style=“font-size:16px;”>Geeksforgeeks</p>
(B) <p inline style=“font-size:16px”>Geeksforgeeks</p>
(C) <p inline style=“font-size 16px”>Geeksforgeeks</p>
(D) <p style=“font-size 16px;”>Geeksforgeeks</p>
Answer: (A)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post