HTML Forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ruby17
    Member
    • Sep 2008
    • 56

    HTML Forms

    Forms

    A form is an area that can contain form elements.

    Form elements are elements that allow the user to enter information (like text fields, textarea fields, drop-down menus, radio buttons, checkboxes, etc.) in a form.

    A form is defined with the <form> tag.

    <form>
    <input>
    <input>
    </form>


    --------------------------------------------------------------------------------

    Input
    The most used form tag is the <input> tag. The type of input is specified with the type attribute. The most commonly used input types are explained below.

    Text Fields

    Text fields are used when you want the user to type letters, numbers, etc. in a form.



    Radio Buttons

    Radio Buttons are used when you want the user to select one of a limited number of choices.



    Checkboxes

    Checkboxes are used when you want the user to select one or more options of a limited number of choices.
  • rudraksh
    Junior Member
    • Dec 2008
    • 4

    #2
    Hi ruby
    you have nice information.but i think there is some matter incomplete such as list boxes,choices,combo box etc.

    Comment

    • Guest

      #3
      this is very nice information on the forms..
      you should give at least one eg... of all it.
      you should explain about p***word also...

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎