توصيف
مثال عن text input:
Text input fields
Note that the form itself is not visible.
Also note that the default width of text input fields is 20 characters.
مثال عن radio button input:
Radio Buttons
مثال عن text input & submit button:
HTML Forms
If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".
مثال عن group form:
Grouping Form Data with Fieldset
The fieldset element is used to group related data in a form, and the legend element defines a caption for the fieldset element.