1.

Which of the following can’t be the value of float property?(a) left(b) right(c) center(d) inheritI got this question in an online quiz.This question is from Styling HTML5 Layout with CSS topic in chapter Flash Videos, HTML5 Layout & Practical Information of HTML

Answer»

Correct choice is (c) center

Explanation: FLOAT PROPERTY can have the property LEFT, right, none, INHERIT. When set to inherit value the element inherits the float value of its parent, when set to none property the element does not float, it is the DEFAULT value.



Discussion

No Comment Found

Related InterviewSolutions