'declare' Syntax and Note : declare « HTML Attributes Reference « HTML CSS Reference






'declare' Syntax and Note

Note:
    
This attribute determines whether an object definition is 
a simple declaration or something more. 

Declare is a Boolean attribute
Possible values are yes or true and no or false.
Yes or true indicates that the object is only a declaration.
No or false means that the object is more than a declaration
    
Syntax:
    
<object declare="value"> . . . </object>
    

      
      








Related examples in the same category

1.'declare' Example
2.declare is applied to