Skip to content

HTMLElement.show method

HTMLElement › show

Official

Shows the element using css display property.

Signature:

show(): void

Returns: void

Example:

document.body.show();