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