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
Value | Description |
---|---|
false | not hidden |
true | hidden |