HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

hidden Attribute

hidden Attribute

 

 

The hidden attribute is a boolean attribute. When present, it specifies that an element is no longer required or relevant to the document. Browsers do not display elements that have the hidden attribute specified. It is also used for conditioning purposes like it will be only shown when some conditions are met and before that user will not be able to see it.

 

Syntax:-

 

Its syntax is:- < element hidden >

Code Explanation

All Tutorials related to HTML Global Attributes

All Sections related to HTML