0% 9 1 / 100 A) The type of CSS popularly used for designing pages for websites: वेबसाइटों के पेजों को डिजाइन करने के लिए लोकप्रिय रूप से उपयोग किए जाने वाले CSS का प्रकारः A. Inline ( B. None of the above C. External ( D. Internal 2 / 100 B) Which of the following is the correct CSS syntax? निम्नलिखित में से कौन सा सही CSS सिंटैक्स है? A. <h1 style:"color=Tomato;">...</h1>; B. <h1 style="color: Tomato;">...</h1>; C. <h1 style="color: Tomato;">...</h1>; D. <h1 "color: Tomato;">...</h1>; 3 / 100 C) CSS stands for Cascading Style Sheets. CSS का पूरा नाम कैस्केडिंग स्टाइल शीट्स है। A. None of these B. True C. False D. Can't say 4 / 100 D) Padding property is allowed using negative values. पैडिंग प्रॉपर्टी में निगेटिव वैल्यू दिये जाने की अनुमति है। A. True B. Can't say C. False D. None of These 5 / 100 E) संपूर्ण वेब दस्तावेज़ के भीतर समाहित है ? The entire web document is contained within ? A. Tags B. Web page C. HTML element D. Comments 6 / 100 F) Which of the following defines a caption for a figure element? निम्न में से कौन एक फिगर एलिमेंट के लिए कैप्शन को परिभाषित करता है? A. <figure> B. <caption> C. < figcaption> D. < dialog> 7 / 100 G) इनलाइन फ्रेम के लिए टैग क्या है? Which tag is used for inline frame? A. <Iframe> B. <Inframe> C. <frame> D. <inlineframe> 8 / 100 H) सबसे बड़े शीर्षक के लिए सही HTML. टैग चुनें। Choose the correct HTML tag for the largest heading. A. H1 tag B. HEAD tag C. H6 tag D. H10 Tag 9 / 100 I) Each cell of the table can be represented by using टेबल के प्रत्येक सेल को जा सकता का उपयोग करके प्रदर्शित किया है A. <thead> B. <Tr> C. <td> D. <th> 10 / 100 J) Which CSS property helps one to decide whether the text should be clipped, show some dots (ellipsis), or display a custom string ? कौन सी CSS प्रॉपर्टी किसी को यह तय करने में मदद करती है कि टेक्स्ट को क्लिप किया जाना चाहिए, कुछ डॉट्स (एलिप्सिस) दिखाएं, या एक कस्टम स्टिंग प्रदर्शित करें? A. Text-stroke B. Text-decoration C. Text-overflow D. Text-shadow 11 / 100 K) In CSS which of the following are different types of gradients: CSS में निम्नलिखित में से कौन से विभिन्न प्रकार के ग्रेडिएंट हैं: A. Radial B. All of the above C. Linear D. conic 12 / 100 L) HTML के सभी संस्करणों द्वारा पहचाने जाने वाले रंग नाम हैं ? There are HTML? of color names recognized by all versions A. 256 B. 6 C. 16 D. 8 13 / 100 M) Which CSS property should one use to encircle an image with text? इमेज को टेक्स्ट से घेरने के लिए किस CSS प्रॉपर्टी का इस्तेमाल करना चाहिए? A. wrap B. Float C. Push D. Align 14 / 100 N) What is the correct HTML for referring to an external style sheet ? एक्सटर्नल स्टाइल शीट को रेफर करने के लिए सही HTML क्या है? A. <style src="mystyle.css"> B. <style link="mystyle.css"> C. <link rel="stylesheet" type="text/css" href="mystyle.css"> D. <stylesheet> mystyle.css</stylesheet> 15 / 100 O) पृष्ठभूमि रंग जोड़ने के लिए सही HTML क्या है? What is the correct HTML for adding a background color? A. <body color="yellow"> B. < background>yellow</background> C. <body background="yellow"> D. <body bgcolor="yellow"> 16 / 100 P) Which of the following is correct? निम्न में से कौन सा सही है ? A. All of the above. B. Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website. C. Style sheets allow content to be optimized for more than one type of device D. CSS can store web applications locally with the help of an offline cache. 17 / 100 Q) Function to insert values of a CSS variable is: CSS वेरिएबल में वैल्यू डालने के लिए प्रयोग होने वाला फंक्शन है: A. varchar() B. var() C. calc() D. rand() 18 / 100 R) Which element is used to show inserted element? सम्मिलित एलिमेंट को दिखाने के लिए किस एलिमेंट का उपयोग किया जाता है? A. < ins> B. < del> C. <em> D. < strong> 19 / 100 S) CSS syntax is divided into parts. CSS सिटैक्स को भागों में विभाजित किया गया है। A. Property name and value B. Selector and Declaration C. None of These D. Color and style 20 / 100 T) नियंत्रित करते हैं HTML कोड हैं जो दस्तावेज़ सामग्री की उपस्थिति को are the HTML codes that control the appearance of the document contents A. Properties B. Tags C. Slashes D. Codas 21 / 100 U) What is the work of <address> element in HTML5? HTML5 में <address> Element का क्या काम होता है ? A. contains home address B. contains IP address C. contains url D. contains contact details for author 22 / 100 V) HTML वेब पेजों को किसके मदद से पढ़ा और प्रस्तुत किया जा सकता है? HTML web pages can be read and rendered by: A. Interpreter B. Compiler C. Server D. Web Browser 23 / 100 W) आप संख्याओं की सूची कैसे बना सकते हैं? How can you make a list with numbers? A. <dl> B. < ul> C. < ol> D. < list> 24 / 100 X) निम्नलिखित में से सही तरीका क्या है lowercase letters का उपयोग करके सूची बनाने का? Which of the following is the correct way to create a list using lowercase letters? A. <ol alpha = "a "> B. <ol type = "a"> C. None of the above D. <ol letter = "a"> 25 / 100 Y) The universal selector is never used as a wildcard character. यूनिवर्सल सेलेक्टर को वाइल्डकार्ड करैक्टर के रूप में कभी भी उपयोग नहीं किया जाता है। A. False B. Con't say C. True D. None of These 26 / 100 Z) कौन सा टैग ब्राउज़र को बताता है कि HTML पेज कहाँ से शुरू होता है और कहाँ रुकता है? Which tag tells the browser where the HTML page starts and stops? A. <body> B. <title> C. <html> D. <head> 27 / 100 AA) Which HTML element is used for short quote? छोटा क्वोटेशन के लिए किस HTML एलिमेंट का उपयोग किया जाता है ? A. <abbr> B. <em> C. <blockquote> D. <q> 28 / 100 AB) . टैग और टेक्स्ट जो सीधे पेज पर प्रदर्शित नहीं होते हैं वह किस सेक्शन में लिखे जाते हैं? Tags and texts that are not directly displayed on the page are written in which section? A. <head> B. <html> C. <body> D. <title> 29 / 100 AC) The internal style sheet is used to add multiple styles for more than one document. एक से अधिक दस्तावेज़ों में मल्टिपल स्टाइल्स को जोड़ने के लिए इंटरनल स्टाइल शीट का उपयोग किया जाता है। A. True B. None of These C. Con't say D. False 30 / 100 AD) निम्नलिखित में से सही तरीका क्या है ordered list को numeric value 4 से शुरू करने का? Which of the following is the correct way to start an ordered list with the count of numeric value 4? A. <ol type = "1" initial = "4"> B. <ol type = "1" start = "4"> C. <ol type = "1" num = "4"> D. <ol type = "1" begin = "4"> 31 / 100 AE) To control image repetition in CSS, the correct option is: CSS में इमेज पुनरावृत्ति को नियंत्रित करने के लिए सही विकल्प है: A. None of the above B. h1 { background-loop: none; } C. h1 { background-iterate: none; } D. h1 { {background-repeat: none; } 32 / 100 AF) क्या सही है? Which is correct? A. <b>Click Here<b> B. strong>Click Here<strong> C. <b>Click Here</b> D. </strong>Click Here</strong> 33 / 100 AG) Which of the following is used to specify the transparency of an element is in CSS: CSS में एलिमेंट की पारदर्शिता को स्पेसीफाईड करने के लिए निम्न में से किसका उपयोग किया जाता है: A. Opacity B. vague C. filter D. visibility 34 / 100 AH) HTML का नवीनतम संस्करण कौन सा है? What is the latest HTML standard? A. SGML B. HTML 4.0 C. XML D. HTML 5.0 35 / 100 AI) CSS Element Selector is types of selectors in CSS. CSS एलिमेंट सेलेक्टर CSS में सेलेक्टर्स का प्रकार है A. Con't say B. False C. None of these D. True 36 / 100 AJ) Which of the following tag is used to create a text area in HTML Form? HTML फॉर्म में टेक्स्ट एरिया बनाने के लिए निम्न में से किस टैग का उपयोग किया जाता है? A. <input type="textarea" /> B. <input type="text" /> C. <text></text> D. <textarea> </textarea> 37 / 100 AK) Which HTML element is used for YouTube videos? YouTube वीडियो के लिए किस HTML एलिमेंट का उपयोग किया जाता है? A. <samp> B. <small> C. <frame> D. <iframe> 38 / 100 AL) HTML किस प्रकार की भाषा है? HTML is what type of language? A. Scripting Language B. Network Protocol C. Markup Language D. Programming Language 39 / 100 AM) Which of the following is not a HTML5 tag इनमें से कौन सा HTML5 टैग नहीं है A. <video> B. <source> C. <track> D. <slider> 40 / 100 AN) HTML के बेसिक ब्लॉक एलिमेंट को किस नाम से जाना जाता है? Fundamental HTML Block is known as: A. HTML Attribute B. HTML Tag C. HTML Entity D. HTML Body 41 / 100 AO) HTML में बैकग्राउंड इमेज लगाने के लिए कौन सा कोड सही है? How to insert a background image in HTML? A. <body background = "img.png"> B. <bg-image = "img.png"> C. None of the above D. <img background = " img.png"> 42 / 100 AP) Which attribute is not essential under <iframe>? <iframe> के अंतर्गत कौन-सा एट्रिब्यूट आवश्यक नहीं है? A. frameborder B. height C. src D. width 43 / 100 AQ) निम्नलिखित में से कौन सा Table टैग का एट्रिब्यूट है? Which of the following is an attribute of the Table tag? A. BOLD B. CELLPADDING C. LINK D. SRC 44 / 100 AR) A type of combinator in CSS is: CSS में एक प्रकार का कॉम्बिनेटर है: A. ~ B. > C. + D. All of the above 45 / 100 AS) The # in the above lines of code represents: कोड की उपरोक्त पंक्तियों में # दर्शाता है: A. horizontal frame padding: 40px; text-align: center; ) </style> B. an id tags <style> C. class name #myHeader { D. a universal tag color: black; background-color: lightblue; 46 / 100 AT) Different ways in which CSS one can be added to the HTML: HTML में CSS को जोड़ने के विभिन्न तरीकेः A. External B. Inline C. All of the above D. Internal 47 / 100 AU) Which of the following properties of an anchor element indicates that the user is currently clicking on an element ? एक एंकर एलिमेंट का निम्न में से कौन सा प्रोपर्टी इंगित करता है कि Eyanxp उपयोगकर्ता वर्तमान में एक एलिमेंट पर क्लिक कर रहा है? A. hover B. visited C. link D. active 48 / 100 AV) HTML टैग में किस प्रकार के ब्रैकेट का उपयोग किया जाता है? HTML tags are surrounded by which type of brackets? (A) Curly A. Angle B. Round C. Square D. Curly 49 / 100 AW) Symbol used to write comment in CSS is: CSS में कमेंट लिखने के लिए प्रयोग किया जाने वाला सिंबल है A. # B. ## C. // D. /**/ 50 / 100 AX) HTML was first proposed in the year HTML पहली बार किस वर्ष में प्रस्तावित किया गया था? A. 1995 B. 2000 C. 1985 D. 1991 51 / 100 AY) The attribute used to make rounded corners around an element in CSS is: CSS में एक तत्व के चारों ओर गोल कोनों को बनाने के लिए उपयोग की जाने वाली विशेषता है: A. border-radius B. border-spacing C. border-round D. none of the above 52 / 100 AZ) Which type of CSS is used in the code below ? नीचे दिए गए कोड में किस प्रकार का CSS प्रयोग किया जाता है? <p style="border:2px solid red;"> A. Inline CSS B. Internal CSS C. External CSS D. None of these 53 / 100 BA) Where in an HTML document is the correct place to refer to an external style sheet एक्सटर्नल स्टाइल शीट को संदर्भित करने के लिए एक HTML दस्तावेज में सही स्थान कहाँ है? A. In the <head> section B. Anywhere in the document C. At the end of the document D. In the <body> section 54 / 100 BB) CSS can also be used with any kind of XML documents. CSS का उपयोग किसी भी प्रकार के XML दस्तावेजों के साथ भी किया जा सकता है। A. None of these B. True C. False D. Can't say 55 / 100 BC) The "color:black" in CSS syntax is known as CSS सिटैक्स में "color:black" को के रूप में जाना जाता है। A. Selector B. Rule C. Value D. Declaration 56 / 100 BD) किसी भी HTML पेज में पहला टैग क्या होना चाहिए? What should be the first tag in any HTML document? A. <head> B. < document> C. < html> D. < title> 57 / 100 BE) What is the use of <hr/> tag in HTML? HTML में <hr/> टैग का क्या उपयोग है? A. To create a line break B. To create horizontal rule between sections C. To create vertical rule between sections D. For making content appearance italics 58 / 100 BF) In the above line of code* represents: कोड की उपरोक्त पंक्ति में दर्शाता है: *my classname( attributes here } A. universal selector. B. id selector C. class selector D. None of the above. 59 / 100 BG) For adding caption to the table, we use टेबल में कैप्शन जोड़ने के लिए हम का प्रयोग करते हैं: A. <caption> B. < thead> C. < th> D. <tr> 60 / 100 BH) By using CSS style or code, how can one remove the underline from all hyperlinks ? सीएसएस स्टाइल या कोड का उपयोग करके, सभी हाइपरलिंक्स से अंडरलाइन को कैसे हटाया जा सकता है? A. a { text-decoration: no-underline; } B. a {text: no-underline; } C. a { text-decoration: none; } D. a { text-style: no-underline; } 61 / 100 BI) HTML में न्यू पेज में ओपन करने के लिए हाइपरलिंक कैसे लिखते हैं? How to write a hyperlink to open in a new page in HTML? A. <a href="http://www.aiims.edu" target="New">Click Here</a> B. <a href="http://www.aiims.edu" target="#Blank">Click Here</a> C. <a href="http://www.aiims.edu" target="_blank">Click Here</a> D. <a href="http://www.aiims.edu" target="Blank">Click Here</a> 62 / 100 BJ) Which works similar to <b> element? कौन सा <b> एलिमेंट के समान काम करता है? A. <strong> B. <i> C. <em> D. <blockquote> 63 / 100 BK) To make your website mobile friendly, you can make your website. अपनी वेबसाइट को मोबाइल फ्रेंडली बनाने के लिए आप अपनी वेबसाइट बना सकते हैं। A. Responsive B. Static C. Dynamic D. None 64 / 100 BL) Which of the following is used to increase the row height? पंक्ति की ऊंचाई बढ़ाने के लिए निम्न में से किसका उपयोग किया जाता है? A. row span B. cell spacing C. col span D. cell padding 65 / 100 BM) 72. Following HTML tag is used to declare internal CSS : इंटरनल CSS घोषित करने के लिए निम्नलिखित HTML टैग का उपयोग किया जाता है: A. <Script> B. <link> C. <Style> D. <Head > 66 / 100 BN) Which of the following properties is used to set the face of a font ? निम्नलिखित में से किस प्रॉपर्टी का उपयोग फॉन्ट के फेस को सेट करने के लिए किया जाता है? A. font-style B. font-face C. font-family D. font-variant 67 / 100 BO) The default value of the border attribute is बॉर्डर एट्रिब्यूट का डिफ़ॉल्ट मान है A. 2px B. 1px C. 3px D. 5px 68 / 100 BP) How to change the text sizes in CSS? CSS में टेक्स्ट का आकार कैसे बदलें? A. font-size B. Both A and C C. font D. font-family 69 / 100 BQ) How will you make all paragraph elements 'GREY' in color ? आप सभी पैराग्राफ एलिमेंट को 'ग्रे' रंग में कैसे बनायेंगे? A. ) p {color: grey;} B. p.all {color: #990000;} C. all.p {color: #998877;} D. p.all {color: grey;} 70 / 100 BR) हाइपरलिंक्स वाला टेक्स्ट क्या कहलाता है? What is text with hyperlinks called? A. Lower Text B. Hypertext to C. Lower Text D. Toggle Text 71 / 100 BS) Which selector selects elements based on a certain state ? कौन सा सेलेक्टर्स एक निश्चित अवस्था के आधार पर एलिमेंट्स का चयन करता है? A. Pseudo Class selector B. Attribute selector C. Pseudo elements selector D. Combinator selector 72 / 100 BT) HTML में unordered या bulleted list के प्रकार क्या हैं? What are the types of unordered or bulleted lists in HTML? A. All of the above B. Polygon, triangle, circle C. Disc, circle, square D. Disc, square, triangle 73 / 100 BU) लार्जेस्ट हेडिंग के लिए सही HTML टैग है: Correct HTML tag for the largest heading: A. <head> B. < heading> C. < h1> D. < h6> 74 / 100 BV) पृष्ठ का शीर्षक टैग के अंदर है ? The page title is inside the tag? A. Head B. Division C. Body D. Table 75 / 100 BW) HSL in CSS stands for? CSS में HSL का पूरा नाम क्या है: A. height, standard, line-break B. hue, standard, line-width C. hue, standard, lightning D. hue, saturation, lightness 76 / 100 BX) Which of the following selector is used to select elements whose attribute value ends with a specified value. निम्नलिखित में से कौन सा सेलेक्टर्स उन एलिमेंट्स का चयन करने के लिए प्रयोग किया जाता है जिनकी एट्रिब्यूट वैल्यू स्पेसिफाईड वैल्यू के साथ समाप्त होती है। A. [attribute^ ="value"] B. [attribute="value"] C. [$attribute="value"] D. [attribute$="value"] 77 / 100 BY) HTML पेज में एक पिक्चर को प्रदर्शित करने के लिए कौन सा टैग उपयोग किया जाता है? What tag is used to display a picture in an HTML page? A. <img> B. <src> C. <picture> D. <image> 78 / 100 BZ) HTML उपयोग करता है: HTML uses: A. Predefined Tags B. All of the Above C. Pre-Specified Tags D. User defined Tags 79 / 100 CA) Id selector selects the id attribute of an HTML element to select a specific element. आईडी सेलेक्टर एक विशिष्ट एलेमेंट का चयन करने के लिए एक HTML एलिमेंट की आईडी एट्रिब्यूट का चयन करता है। A. Con't Say B. False C. None of These D. True 80 / 100 CB) Which of the following HTML element is used for canvas graphics? निम्नलिखित में से कौन सा HTML एलिमेंट कैनवास ग्राफिक्स के लिए प्रयोग VanXp किया जाता है? A. < paint> B. <graphic> C. <canvas> D. <CSS> 81 / 100 CC) From the below mentioned CSS properties, which of the following is used to make the text bold? नीचे दी गई CSS प्रोपर्टीज में से टेक्स्ट को बोल्ड करने के लिए निम्न में से किसका प्रयोग किया जाता है? A. Text-align: bold B. Text-decoration: bold C. Font-style: bold D. Font-weight: bold 82 / 100 CD) Which shortcut key is used to duplicate the current line in Notepad++? Notepad++ में करेंट लाइन को डुप्लीकेट करने के लिए किस शॉर्टकट की का प्रयोग किया जाता है ? A. Ctrl + Shift + D B. Ctrl + Alt + D C. Ctrl + D D. Alt + D 83 / 100 CE) Which of the following is a correct CSS Syntax? निम्नलिखित में से कौन सा एक सही CSS सिटैक्स है? A. {body: color=orange;} B. {body; color:orange;} C. body{color:orange;} D. body:color=orange; 84 / 100 CF) Which of the following elements in HTML5 defines video or movie content? HTML5 में निम्न में से कौन सा एलिमेंट वीडियो या मूवी सामग्री को परिभाषित करता है? A. <audio> B. <movie> C. <video> D. <media> 85 / 100 CG) Id selector is donated by the: आईडी सेलेक्टर . द्वारा डिनोट किया जाता है: A. # B. * C. 1# D. None of the above 86 / 100 CH) CSS's position property default value is CSS की पोजीशन प्रॉपर्टी की डिफॉल्ट वैल्यू होता है। A. Static B. Fixed C. Absolute D. Relative 87 / 100 CI) Which of the following defines some content aside from the content it is placed in (like a sidebar)? निम्नलिखित में से कौन सा सामग्री को उस सामग्री से अलग परिभाषित करता है जिसमें इसे रखा गया है (जैसे साइडबार)? A. < aside> B. <nav> C. < header> D. < sidebar> 88 / 100 CJ) For what purpose is the CSS padding property used? CSS पैडिंग प्रॉपर्टी किस उद्देश्य के लिए उपयोग किया जाता है? A. Background Color B. Space C. Margin D. Border 89 / 100 CK) Inline CSS is used to apply CSS on multiple lines or elements. इनलाइन सीएसएस का उपयोग कई लाइनों या एलिमेंट्स पर सीएसएस लागू करने के लिए किया जाता है। A. True B. None of These C. Con't say D. False 90 / 100 CL) The external style sheet facilitates one to change the look of the entire web site by changing just one file. एक्सटर्नल स्टाइल शीट केवल एक फ़ाइल को बदलकर पूरी वेब साइट के रूप को बदलने की सुविधा प्रदान करती है। A. False B. True C. Con't Say D. None of These 91 / 100 CM) Which tag tells the browser where the page starts and stops ? कौन सा टैग ब्राउजर को बताता है कि पेज कहां से शुरू होता है और कहां रुकता है? A. <body> B. <head> C. <html> D. <title> 92 / 100 CN) A CSS rule set contains a selector and a declaration block. एक CSS नियम सेट में एक सेलेक्टर और एक डिक्लेरेशन ब्लॉक होता । है A. Can't say B. None of these C. False D. True 93 / 100 CO) How to add shadow to text in CSS ? CSS में टेक्स्ट में शैडो कैसे जोड़ें? A. Word Shadow B. Text Shadow C. Content Shadow D. Text outline 94 / 100 CP) Which HTML element is used for abbreviation or acronym? संक्षिप्त नाम या संक्षिप्त नाम के लिए किस HTML एलिमेंट का उपयोग किया जाता है? A. <abbr> B. <blockquote> C. <em> D. <q> 95 / 100 CQ) 'Multiple' प्रॉपर्टी का उपयोग किस टैग में किया जाता है? The 'Multiple' property is used in which tag? A. Frame Tag B. TextBox Tag C. Label Tag D. Select Tag 96 / 100 CR) The attribute used to change the background color of an element in CSS: CSS में किसी एलिमेंट की बैकग्राउंड का रंग बदलने के लिए उपयोग की जाने वाली विशेषताः A. bgcolor B. background-color C. bg-color D. color-bg 97 / 100 CS) The grouping selector is used to select all the elements with the different style definitions. गुपिंग सेलेक्टर का उपयोग विभिन्न स्टाइल परिभाषाओं वाले सभी एलिमेंट का चयन करने के लिए किया जाता है। A. False B. True C. Con't Say D. None of These 98 / 100 CT) कौन सा HTML टैग सबसे बड़ा शीर्षक बनाता है? Which HTML tag produces the biggest heading? A. <h1> B. <h7> C. <h4> D. <h9> 99 / 100 CU) In CSS the difference between two lines of your content is set by: CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर दवारा निर्धारित किया जाता है: A. line-height property B. max-height property C. min-height property D. none of these 100 / 100 CV) Which works similar to <i> element? कौन सा एलिमेंट <i> के समान काम करता है? A. <blockquote> B. <em> C. <strong> D. <b> Your score is 0%