1.

Which of the following can’t be the value of a clear property?(a) left(b) inherit(c) right(d) centerI have been asked this question in quiz.The origin of the question is Styling HTML5 Layout with CSS in portion Flash Videos, HTML5 Layout & Practical Information of HTML

Answer»

Right choice is (d) center

For EXPLANATION I would say: clear property SPECIFIES what elements can float beside cleared element and on which side. It can hold the values NONE, left, right, both and inherit. The inherit property inherits the clear VALUE of its parent when setting to both no floating elements allowed on EITHER the left and right side.



Discussion

No Comment Found

Related InterviewSolutions