यदि HTML में उनके क्लोजिंग टैगों का उपयोग नहीं किया जाता है तो कौन से टैग प्रभावित नहीं होंगे<break-line><break-line>Which tags won’t get affected if their closing tags are not used in html?
<form method="post" > ……. </form> यदि हम विधि विशेषता का मान (method=“post”) to POST पर सेट करते है तो form की प्रतिक्रिया क्या होगी<break-line><break-line>What will be the response of the form if we set the value of method attribute (method=“post”) to POST?
A.URL में डाटा नहीं दिखाया जाएगा/Submitted form data is not shown in the URL
B.URL में डाटा दिखाया जाएगा/Submitted form data is shown in the URL
C.URL में नाम/वैल्यू जोड़ी जोड़ता है/Appends the form data to the URL, in name /value pairs