Q48
Which of the following property determines whether or not an element is visible?
A.
display
B.
visibility
AnswerC.
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.