Opposite to hide/3, show(HTMLObject) sets the HTMLObject CSS property display to block. This is roughly equivalent to calling style(HTMLObject, display, block), except that the display property is restored to whatever it was initially.