display
visibility
transperancy
disappear
Answer is Right!
Answer is Wrong!
The correct answer is A. display.
The display property determines the type of box generated by an element. It can be used to make an element visible, hidden, or to create a different type of box, such as a block, inline, or inline-block.
The visibility property determines whether or not an
hidden but still allowing it to affect the layout of the page.The transparency property determines how transparent an element is. It can be used to make an element partially or completely transparent.
The disappear property is not a valid CSS property.