Solved - O Level Web Design Paper January 2021
__ टैग का उपयोग पैराग्राफ की शुरुआत को चिह्नित करने के लिए किया जाता है।
__ tags is used to mark a beginning of paragraph.
[A] <TD>
[B] <BR>
[C] <P>
[D] <TR>
Correct Answer : <P>
सबसे बड़े शीर्षक के लिए सही HTML टैग है:
Correct HTML tag for the largest heading is:
[A] <head>
[B] <h6>
[C] <headings>
[D] <h1>
Correct Answer : <h1>
निम्नलिखित में से कौन सा एक कंटेनर है?
Which of the following is a container?
[A] <SELECT>
[B] <BODY>
[C] <INPUT>
[D] Both (A) and (B)
Correct Answer : Both (A) and (B)
वह विशेषता, जो वर्तमान दस्तावेज़ और HREF'ed URL के बीच संबंध को परिभाषित करती है:
The attribute, which define the relation-ship between current document and HREF’ed URL is :
[A] REL
[B] URL
[C] REV
[D] All of these
Correct Answer : REL
<DT> को हमारे वेब पेज की एक पंक्ति में फिट करने के लिए डिज़ाइन किया गया है लेकिन <DD> इसे स्वीकार करेगा:
<DT> is designed to fit a single line of our web page but <DD> will accept a :
[A] line of text
[B] full paragraph
[C] word
[D] request
Correct Answer : full paragraph
कैरेक्टर एन्कोडिंग है:
Character encoding is :
[A] method used to represent numbers in a character
[B] method used to represent character in a number
[C] a system that consists of a code which pairs each character with a pattern, sequence of natural numbers or electrical pulse in order to transmit the data
[D] none of these
Correct Answer : a system that consists of a code which pairs each character with a pattern, sequence of natural numbers or electrical pulse in order to transmit the data
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
आधार यूआरएल स्थापित करने का एक बेहतर तरीका इसका उपयोग करना है:
A much better approach to establish the base URL is to use :
[A] BASE element
[B] HEAD element
[C] Both (A) and (B)
[D] None of these
Correct Answer : BASE element
नई सूची आइटम बनाने और हाइपरलिंक भी शामिल करने के लिए उपयोग किया जाने वाला टैग है:
The tag used to create a new list item and also include a hyperlink is :
[A] <li>
[B] <dl>
[C] <dd>
[D] <ul>
Correct Answer : <li>
ग्राफ़िक का कोई भी भाग जो किसी अन्य हॉट ज़ोन में शामिल नहीं है, उसे इसका हिस्सा माना जाता है:
Any part of the graphic that is not included in another hot zone is considered to be part of :
[A] rect
[B] point
[C] default
[D] polygon
Correct Answer : default
CSS का मतलब कैस्केडिंग स्टाइल शीट्स है।
CSS stands for Cascading Style Sheets.
[A] True
[B] False
Correct Answer : True
CSS का उपयोग किसी भी प्रकार के XML दस्तावेज़ों के साथ भी किया जा सकता है।
CSS can also be used with any kind of XML documents.
[A] True
[B] False
Correct Answer : True
CSS नियम सेट में एक चयनकर्ता और एक घोषणा ब्लॉक होता है।
A CSS rule set contains a selector and a declaration block.
[A] True
[B] False
Correct Answer : True
सीएसएस एलिमेंट चयनकर्ता सीएसएस में चयनकर्ताओं के प्रकार हैं।
CSS Element Selector is types of selectors in CSS.
[A] True
[B] False
Correct Answer : True
यूनिवर्सल चयनकर्ता का उपयोग कभी भी वाइल्डकार्ड वर्ण के रूप में नहीं किया जाता है।
The universal selector is never used as a wildcard character.
[A] True
[B] False
Correct Answer : False
Grouping selector का उपयोग विभिन्न शैली परिभाषाओं वाले सभी तत्वों का चयन करने के लिए किया जाता है।
The grouping selector is used to select all the elements with the different style definitions.
[A] True
[B] False
Correct Answer : False
Id selector किसी विशिष्ट तत्व का चयन करने के लिए HTML तत्व की आईडी विशेषता का चयन करता है।
Id selector selects the id attribute of an HTML element to select a specific element.
[A] True
[B] False
Correct Answer : True
इनलाइन सीएसएस का उपयोग कई लाइनों या तत्वों पर सीएसएस लागू करने के लिए किया जाता है।
Inline CSS is used to apply CSS on multiple lines or elements.
[A] True
[B] False
Correct Answer : False
आंतरिक स्टाइल शीट का उपयोग एक से अधिक दस्तावेज़ के लिए कई शैलियों को जोड़ने के लिए किया जाता है।
The internal style sheet is used to add multiple styles for more than one document.
[A] True
[B] False
Correct Answer : False
बाहरी स्टाइल शीट केवल एक फ़ाइल को बदलकर पूरी वेब साइट का स्वरूप बदलने की सुविधा प्रदान करती है।
The external style sheet facilitates one to change the look of the entire web site by changing just one file.
[A] True
[B] False
Correct Answer : True