InterviewSolution
Saved Bookmarks
| 1. |
Clip property is not supported in ____________(a) Internet Explorer(b) Chrome(c) Safari(d) Opera |
|
Answer» Correct answer is (a) Internet Explorer For explanation: There is one more way of hiding elements by clipping them. Clip-path property is not fully supported in IE or Edge yet. If using external SVG files for clip-path, support is even more limited. |
|