W3.CSS में एक पैनल क्लास है जो क्रमशः HTML तत्व में ऊपर और नीचे मार्जिन और किसी में बाएँ और दाएँ पैडिंग जोड़ता है। निम्नलिखित में से कौन सा सही है ?
W3.CSS has a panel class that adds top and bottom margin and left and right padding to any HTML elements respectively. Which of the following is true ?
A)
B)
C)
D)
Explanation:
In w3.CSS, the panel class typically applies a 16px margin for the top and bottom, and a 14px padding for the left and right.
So, the correct answer is:
(C) 16 px , 16 px, 14px, 14 px.