'button' Syntax and Note : button « HTML Tag Reference « HTML CSS Reference






'button' Syntax and Note

Note:

Provide richer rendering capabilities than <input type="submit"> and 
<input type="button">.

   
Syntax:
    

<button attributes events> . . . </button>

           

      
      








Related examples in the same category

1.'button' HTML Attributes
2.'button' Event Handlers
3.'button' CSS Attributes and JavaScript Style Properties
4.'button' Example
5.'button' Microsoft Behaviors
6.'button' Microsoft Filters
7.'button' JavaScript Properties
8.'button' JavaScript Methods
9.'button' JavaScript Collections
10.'button' JavaScript Objects