InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property specifies whether or not an element is resizable by the user?(a) resize(b) length(c) inherit(d) none of the mentioned |
|
Answer» The correct choice is (b) length Explanation: Self-explainatory. |
|