Report Bug
Qus : w3.css has a panel class that adds top and bottom margin and left and right padding to any elements respectively. which of the following is true?
Qus w3.css में एक पैनल क्लास है जो किसी भी तत्व में क्रमशः ऊपर और नीचे का मार्जिन और बाएँ और दाएँ पैडिंग जोड़ता है। निम्नलिखित में से कौन सा सही है?

A. 16px, 16px, 16px, 16px
B. 16px, 20px, 14px, 14px
C. 16px, 16px, 14px, 14px
D. 14px, 14px, 16px, 16px


Solution
A. 16px, 16px, 16px, 16px






Report Bug