Solved - O Level Web Design Paper July 2021
मार्कअप टैग वेब ब्राउज़र को __________ बताते हैं।
Markup tags tell the web browser __________.
[A] How to organize the page
[B] How to display the page
[C] How to display message box on page
[D] None of these
Correct Answer : How to display the page
टेक्स्ट बॉक्स नियंत्रण की __________ विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है।
__________ attribute of text box control allow to limit the maximum character.
[A] size
[B] len
[C] maxlength
[D] all of the above
Correct Answer : maxlength
वेब पेज __________ टैग से शुरू होते हैं।
Web pages start with __________ tag.
[A] <BODY>
[B] <TITLE>
[C] <HTML>
[D] <FORM>
Correct Answer : <HTML>
वह विशेषता, जो वर्तमान दस्तावेज़ और HREF'ed URL के बीच संबंध को परिभाषित करती है:
The attribute, which define the relationship between current document and HREF'ed URL is :
[A] REL
[B] URL
[C] REV
[D] all of these
Correct Answer : REL
तालिका सेल के अंदर सामग्री को बाईं ओर संरेखित करने के लिए सही HTML है:
Correct HTML to left align the content inside a table cell is :
[A] <tdleft>
[B] <td raligh=”left”>
[C] <td align=”left”>
[D] <td leftalign>
Correct Answer : <td align=”left”>
मेटा टैग ___________ में दिखाई देता है।
Meta tag appear in ___________.
[A] <HEAD>
[B] <TITLE>
[C] <BODY>
[D] <FORM>
Correct Answer : <HEAD>
HTML का पूर्ण रूप क्या है?
What is the full form of HTML ?
[A] Hyphenation text markup language
[B] Hyper text markup language
[C] Hyper text marking language
[D] Hyphenation test marking language
Correct Answer : Hyper text markup language
<INPUT> एक __________ है.
<INPUT> is a __________.
[A] format tag
[B] empty tag
[C] both (A) and (B
[D] none of the above
Correct Answer : empty tag
मानचित्र परिभाषा फ़ाइल सामान्यतः यहाँ संग्रहित होती है:
The map definition file is generally stored in :
[A] CGI-BIN
[B] RECYCLE-BIN
[C] BIN
[D] All of the above
Correct Answer : CGI-BIN
<TEXT AREA> टैग के अंदर का पाठ इस प्रकार काम करता है:
the text inside the <TEXT AREA > tag works like :
[A] <P> formatted text <P>
[B] <T> formatted text <T>
[C] <PRE> formatted text<PRE>
[D] None of these
Correct Answer : <PRE> formatted text<PRE>
बाह्य स्टाइल शीट को किसी भी टेक्स्ट एडिटर में लिखा जा सकता है लेकिन उसे .css एक्सटेंशन के साथ सहेजा जाना चाहिए।
The external style sheet may be written in any text editor but must be saved with a .css extension.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
CSS बैकग्राउंड प्रॉपर्टी का उपयोग तत्व पर बैकग्राउंड प्रभाव को परिभाषित करने के लिए किया जाता है।
CSS background property is used to define the background effects on element.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
background-color गुण का उपयोग तत्व के संपूर्ण रंग को निर्दिष्ट करने के लिए किया जाता है।
The background-color property is used to specify the entire color of the element.
[A] TRUE
[B] FALSE
Correct Answer : FALSE
background-position प्रॉपर्टी बैकग्राउंड इमेज की अंतिम स्थिति को परिभाषित करती है
The background-position property defines the last position of the background image.
[A] TRUE
[B] FALSE
Correct Answer : FALSE
CSS बॉर्डर गुणों में border-style शामिल नहीं है।
The CSS border properties do not include border-style.
[A] TRUE
[B] FALSE
Correct Answer : FALSE
बॉर्डर स्टाइल प्रॉपर्टी का उपयोग उस बॉर्डर प्रकार को निर्दिष्ट करने के लिए किया जाता है जिसे आप वेब पेज पर प्रदर्शित करना चाहते हैं।
The Border style property is used to specify the border type which you want to display on the web page.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
CSS डिस्प्ले CSS का गुण है जो तत्वों के लेआउट को नियंत्रित करता है
CSS display is the property of CSS which controls the layout of the element.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
"none" मान पृष्ठ से तत्व को पूरी तरह हटा देता है।
The "none" value totally removes the element from the page.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
List-Item तत्व को <li> तत्व की तरह व्यवहार करने में सक्षम बनाता है।
List-Item makes the element behave like a <li> element.
[A] TRUE
[B] FALSE
Correct Answer : TRUE
सीएसएस फ्लोट प्रॉपर्टी एक पोजिशनिंग प्रॉपर्टी नहीं है।
The CSS float property is not a positioning property.
[A] TRUE
[B] FALSE
Correct Answer : FALSE