The opposite of `visibility: hidden` is `visibility: visible`.  Similarly, is there any opposite for `display: none`?

Many 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.