Report Bug
Qus : What does the W3.CSS class w3-border do, when applied to an element?
Qusजब किसी एलिमेंट पर W3.CSS क्लास w3-border लगाई जाती है, तो वह क्या करती है?

A. Sets the border color to black.
B. Adds a thin border with the default color.
C. Adds a thick border with a shadow effect.
D. Sets a custom border-radius.


Solution
B. Adds a thin border with the default color.






Report Bug