HTML Form - Buttons Control
- Works like the <INPUT> element
- Will NOT work with image maps
- The TYPE attribute determines the element's action
- Gives the button 3D and visual appearance of a button being pressed
- Everything between the begin and end tags becomes the content of the button
Attributes:
-
- NAME="text"
- This attribute assigns the control name.
-
- VALUE="text"
- This attribute specifies the initial value of the control.
-
- TYPE = submit|button|reset
- This attribute declares the type of the button
Example:
<BUTTON name="submit" value="submit" type="submit">
Send<IMG src="colours.gif" alt="wow"></BUTTON>
Copyright © 1994-2002
World Wide Web Consortium
All Rights Reserved.
previous slide |
next slide
Return to Beginning of Presentation
Return to Software Development Library