Form Tags of HTML || Advance HTML

Form Tag of HTML

  1. <form> Used to create an HTML form for user input
  2. <input> Defines an input control
  3. <textarea> Defines a multiline input control
  4. <button> Defines a clickable button
  5. <select> Defines a drop-down list
  6. <optgroup> Defines a group of related options in a drop-down list
  7. <option> Defines an option in a drop-down list
  8. <label> Defines a label for an element
  9. <fieldset> Groups related elements in a form
  10. <legend> Defines a caption for a feildset element
  11. <output> Represents the result of a calculation (like one performed by a script)
  12. <datalist> Specifies a list of pre-defined options for input controls

So, This is an only Form Tag, Whch is totally used in HTML Coding Languages.

Post a Comment

0 Comments