hidden
Summary
The hidden attribute is a boolean attribute. When specified on an element, it indicates that 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.
Applies to | ? |
---|
<div hidden>Hidden Content</div>
Syntax
Related specifications
- HTML5
- W3C Working Draft
See also
Related pages
embed
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]