Which of the following property determines whether or not an element is visible?
A
display
B
visibility
C
transperancy
D
disappear
Correct Answer: visibility
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.