Dynamic Web Lab
Back to insights

Hidden elements using HTML5

March 27, 20131 min read

HTML5 introduce the hidden attribute, which will allow you to hide a specific element. So no need to use css display:none anymore!
[php]<div hidden>You can’t see this text.This is hidden by HTML5 hidden attribute.</div>[/php]

Source: http://html5demos.com/hidden

Writer

Dynamic Web Lab Editorial

We share how we design, engineer, and scale digital products across the GCC, Europe, and the US.

Share this article

Need help implementing this?

We turn these playbooks into shipped features. Let us scope your roadmap and support your team.

Start a project conversation
Hidden elements using HTML5 - Demo Dynamic Web Lab