InterviewSolution
Saved Bookmarks
| 1. |
in css these properties give you a provision to set the values of multiple css properties simultaneously |
|
Answer» Shorthand properties are CSS properties that LET you set the values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style SHEETS, saving time and energy. Explanation: mark me as a brainlist and FOLLOW me |
|