HTML hidden attribute
In this tutorial, we will learn about hidden attribute in HTML with the help of examples.
hidden attribute
The hidden attribute is a boolean attribute and specifies that an element is not yet, or no longer, relevent.
Note : We can use hidden attribute until some condition has been met. Then, we remove the hidden attribute with Javascript, and make the element visible.
Syntax
<a hidden>......</a>
Next Tutorial
We hope that this tutorial helped you develop better understanding of the concept of Hidden Attribute in HTML.
Keep Learning : )
In the next tutorial, you'll learn about HTML id
Attribute.