InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property specifies the placement of an element in relation to floating objects?(a) clear(b) color(c) space(d) none of the mentionedI got this question during an interview for a job.Question is from Border Elements topic in portion CSS Text, Borders and Images of CSS |
|
Answer» CORRECT option is (a) CLEAR Explanation: Syntax: clear: both | left | NONE | right |
|