HTML Script | Web Display | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
action
attribute defines the name of the file that the content will be sent to; e.g., the text entered in the text field below will be sent to a file named
http://undcemcs01.und.edu/~wen.chen.hu/course/260/2/Form.php
HTML Script | Web Display | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Tag | Description | Tag | Description | |
---|---|---|---|---|
<form> |
Defines a form for user input. | <input> |
Defines an input field. | |
<textarea> |
Defines a text-area. | <label> |
Defines a label to a control. | |
<fieldset> |
Defines a fieldset. | <legend> |
Defines a caption for a fieldset. | |
<select> |
Defines a selectable list. | <optgroup> |
Defines an option group. | |
<option> |
Defines an option in the drop-down box. | <button> |
Defines a push button. |
|