InternetUnicode HTML Element Tags 1 Draft for Information Only
Content
HTML Form
- 2
HTML Form - 2Form Control: <select> elementThe <select> element is the child control element of the <form> element. The <select> element is used to define the menu list control element of a form. Each menu item is held by an <option> element And menu items can also be groupped by the <optgroup> element in a singal hierachical level. There should have at least one item or one <option> element held by the <select> element.
Code Sample of <select> element with <option> and <optgroup>
elements
<form action="http://sideway.hk">
<select name="order"> <option>item a</option> <option>item b</option> <optgroup label="Remark"> <option>rem 1</option> <option>rem 2</option> <option>rem 3</option> </optgroup> </select> </form>
HTML web page:
Form Control: <textarea> elementThe <textarea> element is the child control element of the <form> element. The <textarea> element is used to define the multi-line text input control element of a form. Therefore more text can be entered by the user than an <input> element. And a <textarea> element can also held text content as the initial value
Code Sample of <textarea> element
<form action="http://sideway.hk">
<textarea name="remarks" cols=30 rows=5> </textarea> </form>
HTML web page:
Form Control: <button> elementThe <button> element is the child control element of the
<form> element. The <button> element is used to define the button control
element of a form similar to the buttons created by the <input> element, but
the <button> element can hold content for rendering.
Control types of <button> element:
©sideway ID: 110400002 Last Updated: 4/4/2011 Revision: 0 Ref: References
Latest Updated Links
|
Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Reference 79 Computer Hardware 249 Software Application 213 Digitization 32 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 429 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019