HTML verborgen eigenschap
- Previous page enterkeyhint
- Next page id
- Go up one level HTML Globale Eigenschappen
Definition and usage
hidden
Attribute is a boolean attribute.
If this attribute is set, it specifies that the element is no longer or no longer relevant.
The browser should not display the element specified hidden
elements with the attribute.
hidden
Attribute can also be used to prevent users from viewing the element until certain conditions are met (such as selecting a checkbox). Then, JavaScript can delete hidden
Attribute to make this element visible.
See also:
HTML tutorial:HTML attributes
CSS tutorial:CSS layout - display attribute
CSS reference manual:CSS display attribute
CSS reference manual:CSS visibility attribute
Syntax
<element hidden>
Browser support
Chrome | Edge | Firefox | Safari | Opera |
---|---|---|---|---|
Chrome | Edge | Firefox | Safari | Opera |
6.0 | 11.0 | 4.0 | 5.1 | 11.1 |
- Previous page enterkeyhint
- Next page id
- Go up one level HTML Globale Eigenschappen