यदि HTML में उनके क्लोजिंग टैग का उपयोग नहीं किया जाता है तो कौन से टैग प्रभावित नहीं होंगे?<break-line><break-line>Which tags won’t get affected if their closing tags are not used in HTML?
यदि हम POST करने के लिए method विशेषता (method = “post”) का मान सेट करते हैं तो फ़ॉर्म की प्रतिक्रिया क्या होगी?<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.Submitted form data is not shown in the URL
B.Submitted form data is shown in the URL
C.Appends the form data to the URL, in name/value pairs
Correct Answer: Submitted form data is not shown in the URL
Q14.
CSS में तत्व की पारदर्शिता को निर्दिष्ट करने के लिए निम्न में से किसका उपयोग किया जाता है?<break-line><break-line>Which of the following is used to specify the transparency of an element in CSS?