O Level Web Design Paper July 2021
मार्कअप टैग वेब ब्राउज़र को __________ बताते हैं।
Markup tags tell the web browser __________.
टेक्स्ट बॉक्स नियंत्रण की __________ विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है।
__________ attribute of text box control allow to limit the maximum character.
वेब पेज __________ टैग से शुरू होते हैं।
Web pages start with __________ tag.
वह विशेषता, जो वर्तमान दस्तावेज़ और HREF'ed URL के बीच संबंध को परिभाषित करती है:
The attribute, which define the relationship between current document and HREF'ed URL is :
तालिका सेल के अंदर सामग्री को बाईं ओर संरेखित करने के लिए सही HTML है:
Correct HTML to left align the content inside a table cell is :
मेटा टैग ___________ में दिखाई देता है।
Meta tag appear in ___________.
मानचित्र परिभाषा फ़ाइल सामान्यतः यहाँ संग्रहित होती है:
The map definition file is generally stored in :
<TEXT AREA> टैग के अंदर का पाठ इस प्रकार काम करता है:
the text inside the <TEXT AREA > tag works like :
बाह्य स्टाइल शीट को किसी भी टेक्स्ट एडिटर में लिखा जा सकता है लेकिन उसे .css एक्सटेंशन के साथ सहेजा जाना चाहिए।
The external style sheet may be written in any text editor but must be saved with a .css extension.
CSS बैकग्राउंड प्रॉपर्टी का उपयोग तत्व पर बैकग्राउंड प्रभाव को परिभाषित करने के लिए किया जाता है।
CSS background property is used to define the background effects on element.
background-color गुण का उपयोग तत्व के संपूर्ण रंग को निर्दिष्ट करने के लिए किया जाता है।
The background-color property is used to specify the entire color of the element.
background-position प्रॉपर्टी बैकग्राउंड इमेज की अंतिम स्थिति को परिभाषित करती है
The background-position property defines the last position of the background image.
CSS बॉर्डर गुणों में border-style शामिल नहीं है।
The CSS border properties do not include border-style.
बॉर्डर स्टाइल प्रॉपर्टी का उपयोग उस बॉर्डर प्रकार को निर्दिष्ट करने के लिए किया जाता है जिसे आप वेब पेज पर प्रदर्शित करना चाहते हैं।
The Border style property is used to specify the border type which you want to display on the web page.
CSS डिस्प्ले CSS का गुण है जो तत्वों के लेआउट को नियंत्रित करता है
CSS display is the property of CSS which controls the layout of the element.
"none" मान पृष्ठ से तत्व को पूरी तरह हटा देता है।
The "none" value totally removes the element from the page.
List-Item तत्व को <li> तत्व की तरह व्यवहार करने में सक्षम बनाता है।
List-Item makes the element behave like a <li> element.
सीएसएस फ्लोट प्रॉपर्टी एक पोजिशनिंग प्रॉपर्टी नहीं है।
The CSS float property is not a positioning property.