Table of Contents

HTML - Hidden attribute

About

The browser won't render such elements.

Elements in a section hidden by the hidden attribute are still active, e.g. scripts and form controls in such sections still execute and submit respectively. Only their presentation to the user changes.

Usage

Documentation / Reference