Ticker

6/recent/ticker-posts

Advertisement

( Web Designing Series Part-9 ) How To Create Submit and Radio Button Form tag part-2

  Registration Form के लिए Submit व् Radio Button कैसे create करे 




  • <form > tag के दुसरे part में आप सभी का स्वागत है इस पार्ट में हम बात करेगे की किसी Registration  form के लिए submit और radio button कैसे बनाए तो चलिए सुरु करते है 
  • जैसा की आप उपर दिए इमेज में देख रहे है की उसमे एक registration form दिया हुआ है  उसमे name ,password, Email  , mobile no. ,की value enter करने के लिए box दिए गए है रजिस्ट्रेशन form fill करने के बाद  Gender select करने के लिए radio button व् value submit के लिए submit button दिया हुआ है 
  • इसके पिछले part में हमने form tag के बेसिक के बारे में पढ़ा था वहा आपने पढ़ा  था की form tag कैसे और कहा पर इस्तेमाल करना है इस पार्ट में हम radio व् submit button बनायेगे 
  • form tag का एक practical विडियो निचे दिया हुआ है जिसे देखकर आपको  पूरी तरह    clear हो जाएगा और आप खुद भी practical कर सकते है अपने कंप्यूटर व् लैपटॉप पर तो आप निचे जाकर वेदिओ को जरूर देखिएगा 

radio button -:

  • किसी form पर अगर आपको अपने यूजर से Optional value enterकरवाना चाहते है तब आपको इस स्थिति में radio button की आवश्यकता पड़ेगी जैसे gender  selection में male या female में से कोई एक आप select करवाना चाहते है तो कैसे करेगे निचे example में समझिये और निचे दिए विडियो को भी जरूर देखिएगा 

Example-: <form>                                                                                                                                                            <input type="radio" name="gender"> Male                                                                                                  <input type="radio" name="gender">Female                                                                                                </form>

Submit Button-:

  • किसी भी registration form में submit button का होना जरूरी होता है submit button बनाने की लिए हमें हमें button tag की जरूरत पड़ेगी हम button tag  का use करके submit button create करेगे button tag का opening और closing tag होता है button tag कैसे create करना है निचे दिए उदाहरण में देखिये और हां विडियो को जरूर देखियेगा उसमे practical करके टेक्स्ट एडिटर में बताया है वहा आपको एकदम clear हो जाएगा |

Example-:                                                                                                                                                                           <button type="submit " Value="Submit"> SUBMIT </button>

दोनों उदाहरण को देखकर आपको समझ आ गया होगा की radio और submit button कैसे create करना है और हा निचे दिए विडियो में मैंने practical use करके लैपटॉप में बताया है |


                                  radio और submit button कैसे create करे click विडियो 





             

Post a Comment

0 Comments