Vidyalelo
CSS · Q48

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 48

Q48

Which of the following property determines whether or not an element is visible?

A.
display
B.
visibility
Answer
C.
transperancy
D.
disappear

Answer: Option B

Solution

Answer: Option B
Solution:
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.