HTML CSS Reference/HTML Attributes Reference/hidden

Материал из Web эксперт
Перейти к: навигация, поиск

"hidden" Example

    
<HTML>
<head><Title>Example For hidden</Title></head>
<BODY>
<embed src="flash.swf" 
       quality="high"
       pluginspage="plugin page url"
       width="480" 
       height="240" 
       hidden=true>
</embed>
</BODY>
</HTML>



hidden is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<embed>                                                       |
+----------------+--------------------------------------------------------------+



"hidden" Syntax and Note

Note:
    
This attribute hides the console. 
It is a Boolean attribute.
The value is true or false.
    
Syntax:
    
<embed hidden="value"></embed>