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