Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
About Lesson

HTML Forms:-

HTML form यूजर साइड से डाटा को लेकर सर्वर पर सेंड करने के लिए उपयोग किये जाते हैं। HTML form डाटा को कलेक्ट करने के लिए उपयोग किये जाते हैं आपको Websites में HTML Forms कई रूपों में मिल जाऐंगे। आप इन्हे Sign Up Forms, Log in Forms, Payment Details Forms, Survey Forms आदि के रूप में देख सकते हैं। HTML Forms को Form Element द्वारा Define किया जाता हैं। Form एक Container Tag की तरह काम करता हैं। जिसके अंदर अन्य Form Elements को Define करके Forms को बनाया जाता हैं। जब आप कोई रजिस्ट्रेशन करते हैं या कोई फॉर्म भरते हैं तो तब आपके सामने बहुत से fields आते हैं जैसे name, father name , mobile , qualification आदि हैं उन फ़ील्ड्स को भरकर जब आप सबमिट बटन पर क्लिक करते हैं तो डाटा सर्वर पर स्टोर हो जाता हैं। HTML form को बनान बहुत ही आसान होता हैं बस आपको

इसके elements के बारे में पता होना चाहिए।

<FORM> Tag:-

किसी भी web page में form create करने के लिए<form> tag का use किया जाता है। यह एक तरह से container होता है जो HTML form का starting and ending होता है। form tag के अंदर सारे tag आते है। पर form tag के कुछ attributes भी होते है। जैसे action , method , target etc.

 

HTML Forms:-

HTML forms are one of the main parts of communication between a user and a web site or web application. HTML forms serve the purpose of collecting information provided by the users, which is later sent to the server.

Form is a collection of markup tags that work with web servers to produce a means of obtaining whatever information; you need from visitors of our website.

<FORM> Tag:-

A form tag is used in an HTML document just like any other element. It has a start tag, <form> and end tag </form>.

 

error: Content is protected !!