HTML hidden Attribute
When this attribute is set to any element it hides the element from display in output. Also used in collaboration with JavaScript with hiding the element until it meet the condition thereof.
Using HTML hidden Attribute
Here is the syntax and example for this attribute
<element hidden>
This paragraph should be hidden.
With this hidden attribute you can hide any element you like
Once set this specifies the element is no longer any worth for this page.