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

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.



Your comments will be displayed only after manual approval.