Form Tag of HTML
- <form> Used to create an HTML form for user input
- <input> Defines an input control
- <textarea> Defines a multiline input control
- <button> Defines a clickable button
- <select> Defines a drop-down list
- <optgroup> Defines a group of related options in a drop-down list
- <option> Defines an option in a drop-down list
- <label> Defines a label for an element
- <fieldset> Groups related elements in a form
- <legend> Defines a caption for a feildset element
- <output> Represents the result of a calculation (like one performed by a script)
- <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.
0 Comments