Home » CSS » Css miscellaneous » Question
  1. Which of the following property determines whether or not an element is visible?
    1. disappear
    2. transperancy
    3. display
    4. visibility
    5. None of these
Correct Option: D

This property is not the same as display: none as it simply makes the item invisible; it does not completely remove it from the display canvas.



Your comments will be displayed only after manual approval.