button
Defines a form button that has content within it.can be used in forms.
Attributes
- accesskey can be used to associate a particular keyboard shortcut to the element.
- tabindex can be used to specify where the element appears in the tab order of the page.
- disabled can be used to disable the button. It must be used in the format disabled="disabled".
- name can be used to associate a name to the button so that it can be processed by a form-handling script.
- type can be used to specify the button type. Values can be button (doesn't do anything), submit (default; submits the form when the button is selected) or reset (resets the form).
- value can be used to specify an initial value.
Example
<button>Push my <strong>button</strong> baby</button>
Other Topics
HTML : A ,HTML : ABBR ,HTML : Address ,HTML : AREA ,HTML : BASE ,HTML : BDO ,HTML : BLOCKQUOTE ,HTML : BUTTON ,HTML : BODY ,HTML : BR,CSS : Class selector,CSS : Sticky Footer Layout,CSS::STYLING FORMS, mechanical Engineering, English books,Photoshop tutorials,Harry potter,Best 100 english books,Mechanical-old-question-paper,CSS : Id Selector
No comments:
Post a Comment