Computer Science, asked by omkar3924, 10 months ago

write short notes on formatting forms​

Answers

Answered by brainly7944
0

\huge{\blue{\textbf{\underline{Answer:-}}}}

HTML form is used to collect information from the users.

Forms are defined using the <form> element, with its opening and closing tags:

<body>

<form>_______</form>

</body>

The method or process attribute which specifies the http method (GET or POST) is used when forms are submitted.

For taking in the user input, we should need the corresponding form elements, like the text fields. The <input> tag has many variations, depending on the type attribute. It can be a text, password, date, time, radio, URL, submit, etc.

Answered by sushiladevi4418
0

Answer:

Short notes on formatting forms​

Explanation:

The format is defined as the one by which we can show them any type of information on the screen or create it properly on a paper.  

The formatting forms in which we use any formatting tools such as HTML to create the form properly. The form contains any of the information such as name, DOB, address, email, etc. And the form only uses to fill the above information by the user and after saving this information it will save this. The proper format of the form will be described in a manner and consist:-

  • the same language of all wordings in it,  
  • no extra gap between line,
  • sufficient space for user entries, etc.
Similar questions