Skip to main content
4 of 5
I really need to fix my space key.
animuson
  • 54.5k
  • 28
  • 141
  • 149

Is there an opposite to display:none?

Like there is a opposite of visibility: hidden is visibility: visible, then is there any for display:none? A lot of people become confused figuring out how to show an element when it has display: none, since it's not as clear as using the visibility property.

I could just use visibility:hidden instead of display:none but it does not give the same effect, so I am not going with it.