InterviewSolution
Saved Bookmarks
| 1. |
Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is not affected?(a) visible(b) hidden(c) collapse(d) none of the mentionedI got this question during an interview for a job.My doubt stems from CSS Box Model in division CSS Text, Borders and Images of CSS |
|
Answer» CORRECT OPTION is (B) hidden Easy EXPLANATION: NONE. |
|