InterviewSolution
Saved Bookmarks
| 1. |
____________ property sets the coordinates of the clipping shape that exposes or hides the content of absolutely positioned elements(a) clammper(b) clip(c) clear(d) none of the mentionedI have been asked this question during an online exam.Origin of the question is CSS and (X)HTML Elements Fundamentals in section CSS Properties, Elements, Functions & Tables of CSS |
|
Answer» RIGHT option is (B) clip Best explanation: clip: rect(COORDINATES) | auto | INHERIT |
|