Demo Dynamic Web Lab

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

Leave a Reply

Your email address will not be published. Required fields are marked *