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