0% found this document useful (0 votes)
35 views2 pages

Types of HTML Forms

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Types of HTML Forms

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Here are some types of HTML forms:

● Checkboxes: A small square-shaped box that users tick to provide input.


● Radio buttons: Used to select one option from multiple options.
● Fieldset: A group of input types within a form that usually appears as a box in
the browser.
● Textarea: An HTML tag used for messages and comments that allows for
multiple lines of text.
● Buttons: Used to enable users to select actions to take with the data. The
most common button is the submit button.
● Text input: A single-line text input.
● File input: Used to select one or more files from the user's device.
● Password input: Used to allow users to enter data and make selections from
checkboxes and radio buttons.
● Datalist: A native HTML tag that contains a list of tags.

Different types of scripting languages:

There are two main types of scripting languages: server-side and client-side.

They differ on where the code is run from, which affects not only the actual
languages chosen but also the performance and their capabilities.

Examples: HTML, CSS, jQuery, and JavaScript. Python

You might also like