References

Collection of references for web development.

HTML hidden attribute

Description

Specifies whether the element is hidden or visible.

Values

Value
boolean

Example

<p hidden>This content is hidden.</p>