back to index

HTML Forms

html froms






If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".

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 Buttons

Choose your web language you are working:



Checkboxes

click the box only if you haveand clik smit:





HTML Forms






The name Attribute




Notice that the value of the "First name" field will not be submitted, because the input element does not have a name attribute.