Back to Developer Roadmap

Display: None

src/data/roadmaps/css/content/[email protected]

4.0617 B
Original Source

Display: None

display: none is a CSS property value that completely removes an element from the document flow. When applied, the element will not take up any space on the page, and it will not be rendered at all. It's as if the element doesn't exist in the HTML structure for visual purposes.

Visit the following resources to learn more: