O Level Web Design Paper January 2021
__ टैग का उपयोग पैराग्राफ की शुरुआत को चिह्नित करने के लिए किया जाता है।
__ tags is used to mark a beginning of paragraph.
सबसे बड़े शीर्षक के लिए सही HTML टैग है:
Correct HTML tag for the largest heading is:
निम्नलिखित में से कौन सा एक कंटेनर है?
Which of the following is a container?
वह विशेषता, जो वर्तमान दस्तावेज़ और HREF'ed URL के बीच संबंध को परिभाषित करती है:
The attribute, which define the relation-ship between current document and HREF’ed URL is :
<DT> को हमारे वेब पेज की एक पंक्ति में फिट करने के लिए डिज़ाइन किया गया है लेकिन <DD> इसे स्वीकार करेगा:
<DT> is designed to fit a single line of our web page but <DD> will accept a :
आधार यूआरएल स्थापित करने का एक बेहतर तरीका इसका उपयोग करना है:
A much better approach to establish the base URL is to use :
नई सूची आइटम बनाने और हाइपरलिंक भी शामिल करने के लिए उपयोग किया जाने वाला टैग है:
The tag used to create a new list item and also include a hyperlink is :
ग्राफ़िक का कोई भी भाग जो किसी अन्य हॉट ज़ोन में शामिल नहीं है, उसे इसका हिस्सा माना जाता है:
Any part of the graphic that is not included in another hot zone is considered to be part of :
CSS का मतलब कैस्केडिंग स्टाइल शीट्स है।
CSS stands for Cascading Style Sheets.
CSS का उपयोग किसी भी प्रकार के XML दस्तावेज़ों के साथ भी किया जा सकता है।
CSS can also be used with any kind of XML documents.
CSS नियम सेट में एक चयनकर्ता और एक घोषणा ब्लॉक होता है।
A CSS rule set contains a selector and a declaration block.
सीएसएस एलिमेंट चयनकर्ता सीएसएस में चयनकर्ताओं के प्रकार हैं।
CSS Element Selector is types of selectors in CSS.
यूनिवर्सल चयनकर्ता का उपयोग कभी भी वाइल्डकार्ड वर्ण के रूप में नहीं किया जाता है।
The universal selector is never used as a wildcard character.
Grouping selector का उपयोग विभिन्न शैली परिभाषाओं वाले सभी तत्वों का चयन करने के लिए किया जाता है।
The grouping selector is used to select all the elements with the different style definitions.
Id selector किसी विशिष्ट तत्व का चयन करने के लिए HTML तत्व की आईडी विशेषता का चयन करता है।
Id selector selects the id attribute of an HTML element to select a specific element.
इनलाइन सीएसएस का उपयोग कई लाइनों या तत्वों पर सीएसएस लागू करने के लिए किया जाता है।
Inline CSS is used to apply CSS on multiple lines or elements.
आंतरिक स्टाइल शीट का उपयोग एक से अधिक दस्तावेज़ के लिए कई शैलियों को जोड़ने के लिए किया जाता है।
The internal style sheet is used to add multiple styles for more than one document.
बाहरी स्टाइल शीट केवल एक फ़ाइल को बदलकर पूरी वेब साइट का स्वरूप बदलने की सुविधा प्रदान करती है।
The external style sheet facilitates one to change the look of the entire web site by changing just one file.