Advertisements
Advertisements
प्रश्न
Differentiate Get and Post Method.
अंतर स्पष्ट करें
उत्तर
Get Method |
Post method |
It is designed to get data from server | It is designed to send data to the server |
It is suitable to carry limited data | It can carry unlimited of data |
Faster to send the request | It is little slow compare to get method |
shaalaa.com
HTML Forms
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Trace the output of following html code.
‹!DOCTYPE html›
‹html›
‹head›
‹title›Heading tags‹/title›
‹/head›
‹body›
‹h1 align=left›Information Technology‹/h1›
‹hr›
‹h2 align=center›XI Standard‹/h2›
‹h3 align=right›Division‹/h3›
‹/body›
‹/html›
In HTML form <input type=”text”> is used to ______.
Identify which is not a server side application language.
Define for Form Handling method in PHP.
Write any two rules for input HTML.
Write the features Form Handling.
Explain Form Handling methods.
Explain the process File handling.
Explain concepts of HTTP Uploading process.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.