Home » HTML » HTML CSS » Question
  1. Which of the following can’t be the value of float property?
    1. inherit
    2. left
    3. right
    4. center
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.