HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

hidden

Description

The hidden attribute for HTML is a boolean attribute that indicates the element is not yet, or is no longer, directly relevant to the page's current state, or that it is being used to declare content to be reused by other parts of the page as opposed to being directly accessed by the user.

Syntax

hidden
ValueDescription
falsenot hidden
truehidden

Examples

1 · false

2 · true

3 · JS