Adscend

Click Here



Click Here



Click Here

Sunday 8 September 2013

Form Tutorial

HTML Form Tutorial

Introduction to Form

1.HTML forms are used to pass data to a server.

2.The form element has no formatting attributes.

3.To create an HTML form, use the <form> </form> tags.

4.The rest of the forms elements must be inserted in between the form tags.

5.A form contains input tag, text tag, textarea tag,label tag, fieldset tag, legend tag, select list tag, optgroup tag, checkboxes tag, radio-buttons tag, submit button tag and more.



Tag Description

<form> —Defines an HTML form for user input
<input /> —Defines an input control
<textarea> —Defines a multi-line text input control
<label> —Defines a label for an input element
<fieldset> —Defines a border around elements in a form
<legend> —Defines a caption for a fieldset element
<select> —Defines a select list (drop-down list)
<optgroup> —Defines a group of related options in a select list
<option> —Defines an option in a select list
<button> —Defines a push button


No comments:

Post a Comment