Mock Test 2 (Web Design)

1 / 100

How many elements can a valid react component return ?

एक वैध प्रतिक्रिया घटक कितने तत्वों को वापस कर सकता है?

2 / 100

How many color names are used by the browser.

ब्राउज़र द्वारा कितने रंग नामों का उपयोग किया जाता है?

3 / 100

Which class provides us the facility to make some text transparent.

कौन सा क्लास हमें कुछ टेक्स्ट को पारदर्शी बनाने की सुविधा प्रदान करता है।

4 / 100

Which one of the following is not a Text Editor?

निम्नलिखित में से कौन सा एक टेक्स्ट एडिटर नहीं है?

5 / 100

How to create a checkbox in HTML?

HTML में चेकबॉक्स कैसे बनाएं?

6 / 100

<BASE> tag is designed to appear only between __

<BASE> टैग केवल __ के बीच प्रदर्शित होने के लिए डिज़ाइन किया गया है

7 / 100

Which tag is used to create a number/ordered list.

संख्या/क्रमबद्ध सूची बनाने के लिए किस टैग का उपयोग किया जाता है।

8 / 100

The MIME text file is saved with ________ .

MIME टेक्स्ट फ़ाइल को ________ के साथ सेव किया जाता है।

9 / 100

What is the correct JavaScript syntax to write "Hello World"?

"हैलो वर्ल्ड' लिखने के लिए सही जावास्क्रिप्ट सिंटेक्स क्या है?

10 / 100

GIMP is image an ___editing tool

GIMP एक इमेज एडिटिंग उपकरण है

11 / 100

What will be the output of below mentioned code snippet?

नीचे उल्लिखित कोड स्निपेट का आउटपुट क्या होगा?

P strong {background-color:yellow;}

12 / 100

Which of the following is the painting tool used to fill areas with solid color or patterns.

निम्नलिखित में से कौन सा पेंटिंग टूल है जिसका उपयोग क्षेत्रों को ठोस रंग या पैटर्न से भरने के लिए किया जाता है।

13 / 100

Which tool is used to create duplicate copy of pixels in the Photoshop?

फ़ोटोशॉप में पिक्सेल की डुप्लिकेट कॉपी बनाने के लिए किस टूल का उपयोग किया जाता है?

14 / 100

What is the shortcut key to create a duplicate layer of a layer?

किसी लेयर की डुप्लीकेट लेयर बनाने की शॉर्टकट कुंजी क्या है?

15 / 100

WWW is based on which model?

WWW किस मॉडल पर आधारित है?

16 / 100

What is the correct HTML for adding a background color?

बैकग्राउंड रंग जोड़ने के लिए सही HTML क्या है?

17 / 100

How do you display a border like this:

आप इस तरह बॉर्डर कैसे प्रदर्शित करते हैं:

The top border = 10pixels

Bottom border = 5pixels

Left border = 20pixels

Right border = 1pixels

18 / 100

Find the only statement in the following that is correct:

निम्नलिखित में से एकमात्र सही कथन ज्ञात कीजिए:

19 / 100

Which of the following HTML tag is used to display the text with scrolling effect

निम्नलिखित में से कौन सा HTML टैग स्क्रॉलिंग प्रभाव के साथ टेक्स्ट प्रदर्शित करने के लिए उपयोग किया जाता है?

20 / 100

Tags and Text that are not directly displayed on the page are written in which section

जो टैग और टेक्स्ट सीधे पेज पर प्रदर्शित नहीं होते उन्हें किस सेक्शन में लिखा जाता है?

21 / 100

The tag which allows you to rest other HTML tags within the description is _______ .

वह टैग जो आपको विवरण के भीतर अन्य HTML टैग को रखने की अनुमति देता है, वह है _______।

22 / 100

“.” Is used for

"." के लिए प्रयोग किया जाता है

23 / 100

Which of the following is the correct syntax to make the background-color of all paragraph elements to yellow?

निम्नलिखित में से कौन सा सभी पैराग्राफ एलिमेंट का बैकग्राउंड कलर पीला करने के लिए सही सिंटैक्स है?

24 / 100

In the below code snippet, in what order will the margins be added?

नीचे दिए गए कोड स्निपेट में, मार्जिन किस क्रम में जोड़े जाएंगे?

P{

margin: 25px 50px 75px 100px;}

25 / 100

Scale option is used to change the _______ of an image.

स्केल विकल्प का उपयोग किसी इमेज के _______ को बदलने के लिए किया जाता है।

26 / 100

How do you make a list that lists its items with squares in the css?

आप ऐसी सूची कैसे बनाते हैं जो सीएसएस में अपने आइटमों को वर्गों के साथ सूचीबद्ध करती है?

27 / 100

DTD’s are ……

डीटीडी हैं...

28 / 100

How can we write comment along with CSS code?

हम CSS कोड के साथ टिप्पणी कैसे लिख सकते हैं?

29 / 100

Choose the correct JavaScript syntax to change the content of the following HTML code.

निम्न एचटीएमएल कोड़ का कन्टेन्ट बदलने के लिए सही जावास्क्रिप्ट कोड है।

<pid="OLEVEL">This is OLEVEL</p>

30 / 100

Notepad++ supports –

नोटपैड++ समर्थन करता है –

31 / 100

Well formed XML document means

अच्छी तरह से निर्मित XML दस्तावेज़ का अर्थ है

32 / 100

It is the most important part of the image window where the image is displayed.

यह इमेज विंडो का सबसे महत्वपूर्ण भाग है जहां इमेज प्रदर्शित होती है।

33 / 100

Which of the following is not a valid JavaScript variable name?

निम्नलिखित में से कौन वैध जावास्क्रिप्ट वेरियेबिल नाम नहीं है?

34 / 100

JavaScript can be written _____

जावास्क्रिप्ट को _____ लिखा जा सकता है

35 / 100

Which of the following community Angular JS belong to?

निम्नलिखित में से Angular JS किस समुदाय से संबंधित है?

36 / 100

Which of the following is the correct HTML for inserting background image

बैकग्राउंड इमेज डालने के लिए निम्नलिखित में से कौन सा सही HTML है?

37 / 100

The extension of JavaScript file is

जावास्क्रिप्ट फाईल का एक्सटेंसन है।

38 / 100

Which of the following is not included in the framework?

निम्नलिखित में से कौन सा फ्रेमवर्क में शामिल नहीं है?

39 / 100

Fundamental HTML block is known as –

मूल HTML ब्लॉक को कहा जाता है –

40 / 100

Which was the first browser to support JavaScript?

जावास्क्रिप्ट को सपोर्ट करने वाला पहला ब्राउजर कौन सा था?

41 / 100

Which tool is used to trace a freehand selection like a drawing with a pencil

पेंसिल से चित्र की तरह मुक्तहस्त चयन का पता लगाने के लिए किस उपकरण का उपयोग किया जाता है?

42 / 100

How do you create a function in JavaScript.

आप जावास्क्रिप्ट में फ़ंक्शन कैसे बनाते हैं?

43 / 100

What is the output of this expression?

इस एक्सप्रेशन का आउटपुट क्या है:

X=2+"2";

44 / 100

Which of the following CSS text properties defines the minimum and maximum space between the words?

निम्नलिखित में से कौन सा CSS टेक्स्ट गुण शब्दों के बीच न्यूनतम और अधिकतम स्थान को परिभाषित करता है?

45 / 100

Which class allow us to center align all the content of the page including the heading graphics and texts.

कौन सा क्लास हमें शीर्षक, ग्राफिक्स और टेक्स्ट सहित पेज की सभी सामग्री को केंद्र में संरेखित करने की अनुमति देता है।

46 / 100

Which of the following is used to specify the subscript of text using CSS?

CSS का उपयोग करके टेक्स्ट की सबस्क्रिप्ट निर्दिष्ट करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?

47 / 100

Which program is used by web clients to view the web pages?

वेब क्लाइंट द्वारा वेब पेज देखने के लिए किस प्रोग्राम का उपयोग किया जाता है?

48 / 100

Changing the existing document is called _________ the document.

मौजूदा दस्तावेज़ को बदलना दस्तावेज़ को _________ कहा जाता है।

49 / 100

The HTML attribute used to define the inline style is –

इनलाइन स्टाइल को परिभाषित करने के लिए प्रयुक्त HTML विशेषता है –

50 / 100

The Magic Wand tool helps you to select areas of the _______.

मैजिक वैंड टूल आपको _______ के क्षेत्रों का चयन करने में मदद करता है।

51 / 100

A web display is a picture. What tag is used to display that picture?

वेब डिस्प्ले एक चित्र है। उस चित्र को प्रदर्शित करने के लिए कौन सा टैग प्रयोग किया जाता है?

52 / 100

Which class is used to Sets the container to occupy 1/4th of the window on medium or large screen devices. ​​

मध्यम या बड़ी स्क्रीन डिवाइस पर कंटेनर को विंडो के 1/4 भाग पर कब्जा करने के लिए किस क्लास का उपयोग किया जाता है।

53 / 100

Which tag is used to identify the keywords describing the site ?

साइट का वर्णन करने वाले कीवर्ड की पहचान करने के लिए किस टैग का उपयोग किया जाता है?

54 / 100

Which of the following CSS property is used to set the background image of an element?

निम्नलिखित में से कौन सी CSS प्रॉपर्टी का उपयोग किसी तत्व की बैकग्राउंड इमेज सेट करने के लिए किया जाता है?

55 / 100

______ attribute of text box control allow to limit the maximum character.

टेक्स्ट बॉक्स नियंत्रण की ______ विशेषता अधिकतम वर्ण को सीमित करने की अनुमति देती है।

56 / 100

Which of the following property defines the style for the right border of an element?

निम्नलिखित में से कौन सा गुण किसी तत्व के दाएं बॉर्डर की शैली को परिभाषित करता है?

57 / 100

border-spacing is given in

बॉर्डर स्पेसिंग दी गई है

58 / 100

The type of a variable that is volatile is

एक वेरिएबल का प्रकार जो अस्थिर है

59 / 100

Which of the following CSS selectors are used to specify a group of elements

निम्नलिखित में से कौन से CSS सेलेक्टर एलिमेंट के समूह को निर्दिष्ट करने के लिए उपयोग किए जाते हैं?

60 / 100

If we want to wrap a block of text around an image, which css property will we use?

यदि हम किसी इमेज के चारों ओर टेक्स्ट का एक ब्लॉक लपेटना चाहते हैं, तो हम किस CSS प्रॉपर्टी का उपयोग करेंगे?

61 / 100

Who is known as the father of Angular JS?

एंगुलर जेएस के जनक के रूप में किसे जाना जाता है?

62 / 100

Which of the following tag is used to define options in a drop-down selection list

ड्रॉप-डाउन चयन सूची में विकल्पों को परिभाषित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?

63 / 100

Graphic editing has to be performed

ग्राफिक एडिटिंग परफार्म की जाती है।

64 / 100

Variable can hold ______ value at a time.

वेरिएबल एक समय में ______ मान रख सकता है।

65 / 100

The ____ tool allows you to select a drawing with the free-hand

____ टूल आपको फ्री-हैंड से ड्राइंग चुनने की सुविधा देता है

66 / 100

Which element is used in the <HEAD> section on an HTML/XHTML page, if we want to use an external style sheet file to decorate the page?

यदि हम पृष्ठ को सजाने के लिए बाहरी स्टाइल शीट फ़ाइल का उपयोग करना चाहते हैं, तो HTML/XHTML पृष्ठ पर <HEAD> अनुभाग में कौन सा तत्व उपयोग किया जाता है?

67 / 100

Tim Berners Lee was founded of …….

टिम बर्नर्स ली की स्थापना ……. से हुई थी।

68 / 100

Which of the following is the correct syntax for referring to an external script called “xxx.js”.

निम्नलिखित में से कौन सा “xxx.js” नामक बाहरी स्क्रिप्ट को संदर्भित करने के लिए सही सिंटैक्स है।

69 / 100

Which of the following directive is used to bind the value of HTML controls to application data?

निम्नलिखित में से कौन सा निर्देश HTML नियंत्रणों के मान को एप्लिकेशन डेटा से बांधने के लिए उपयोग किया जाता है?

70 / 100

Which of the following CSS property is used to add stroke to the text?

निम्नलिखित में से कौन सी CSS प्रॉपर्टी का उपयोग टेक्स्ट में स्ट्रोक जोड़ने के लिए किया जाता है?

71 / 100

Which tool is used to add formatted text to a photo?

किसी फोटो में फॉर्मेटेड टेक्स्ट जोड़ने के लिए किस टूल का उपयोग किया जाता है?

72 / 100

How do you make each word in a text start with a capital letter?

आप किसी पाठ में प्रत्येक शब्द को बड़े अक्षर से कैसे शुरू करते हैं?

73 / 100

Where is the right place to insert a JavaScript code?
जावास्क्रिप्ट कोड डालने का सही स्थान कहां है?

74 / 100

In <IMG SRC=’C:PICTURE/BB1.gif’ ALIGN=middle> Align is

<IMG SRC='C:PICTURE/BB1.gif' ALIGN=middle> में Align है

75 / 100

What type of selector used in the following css code

निम्नलिखित सी.एस.एस. कोड में किस प्रकार का सेलेक्टर उपयोग किया गया है

76 / 100

When we write <img src=”img.png”>,what “img.png” Inside double quote Implies?

जब हम <img src="img.png"> लिखते हैं, तो डबल कोट में “img.png” का क्या मतलब होता है?

77 / 100

How many selection tools are available in photo editing?

फोटो एडिटिंग में कितने चयन टूल उपलब्ध हैं?

78 / 100

Which property defines a shorthand form of the width, style, and color for the top border of an element.

कौन सा गुण किसी तत्व की शीर्ष सीमा के लिए चौड़ाई, शैली और रंग का संक्षिप्त रूप परिभाषित करता है।

79 / 100

# is used for

# का प्रयोग किसके लिए किया जाता है?

80 / 100

JavaScript was invented by _______

जावास्क्रिप्ट का आविष्कार _______ ने किया था?

81 / 100

Which menu contains a command to adjust the color and the brightness of the picture.

किस मेनू में चित्र के रंग और चमक को समायोजित करने का कमांड होता है।

82 / 100

<a> tag in HTML is used for creating ____

HTML में <a> टैग का उपयोग ____ बनाने के लिए किया जाता है

83 / 100

Which of the following selector selects elements that do not match the selector

निम्नलिखित में से कौन सा सेलेक्टर उन एलिमेन्टो का चयन करता है जो सेलेक्टर एस से मेल नहीं खाते ?

84 / 100

Which menu contains the duplicate layer option in Photoshop

फोटोशॉप में डुप्लिकेट लेयर विकल्प किस मेनू में होता है

85 / 100

Text within STRONG tag is displayed as ________ .

STRONG टैग के भीतर टेक्स्ट को ________ के रूप में प्रदर्शित किया जाता है।

86 / 100

When we write <imgsrc=’img.png’>, what is the “src” inside the <img> tag?

जब हम <imgsrc=’img.png’> लिखते हैं, तो <img> टैग के अंदर “src” क्या है?

87 / 100

The web  development environment(JavaScript) offers which standard construct for data validation of the input entered by the user.

वेब विकास वातावरण (जावास्क्रिप्ट) उपयोगकर्ता द्वारा दर्ज इनपुट के डेटा सत्यापन के लिए कौन सा मानक निर्माण प्रदान करता है।

88 / 100

The extension of XML file is

XML फ़ाइल का एक्सटेंशन है?

89 / 100

A CSS style rule is made up three parts which are selector, Property and _______ एक CSS स्टाइल नियम तीन भागों से बना होता है जो चयनकर्ता, प्रॉपर्टी और _______ हैं।

90 / 100

Which css property you will use if you want to add some margin between a DIV’s border and its inner text?

यदि आप DIV की सीमा और उसके आंतरिक टेक्स्ट के बीच कुछ मार्जिन जोड़ना चाहते हैं तो आप किस CSS प्रॉपर्टी का उपयोग करेंगे?

91 / 100

The expression of calling (or executing) a function or method in JavaScript is called _____.

JavaScript में किसी फ़ंक्शन या विधि को कॉल करने (या निष्पादित करने) की अभिव्यक्ति को _____ कहा जाता है।

92 / 100

Markup tags tell the web browser ___________.

मार्कअप टैग वेब ब्राउज़र को ___________ बताते हैं।

93 / 100

Web Crawler has a web robot called

वेब कॉलर मे एक वेब रोबोट होता है।

94 / 100

In HTML we have _______ heading tags for writing heading.

HTML में शीर्षक लिखने के लिए हमारे पास _______ शीर्षक टैग हैं।

95 / 100

To prepare the images for the web means

वेब के लिए चित्र तैयार करने का अर्थ है

96 / 100

The words Document Node, Nodelist, Element Node, Named Node Map etc. are

डॉक्यूमेंट नोड, नोडलिस्ट, एलिमेंट नोड, नामित नोड मैप आदि शब्द हैं

97 / 100

Which of the following property defines in a shorthand form of the width, style, and color for all four sides of an element’s border?
निम्नलिखित में से कौन सा गुण किसी तत्व की सीमा के चारों तरफ की चौड़ाई, शैली और रंग को संक्षिप्त रूप में परिभाषित करता है?

98 / 100

The _____ tool places text into an image.

______ टूल टेक्स्ट को इमेज में रखता है।

99 / 100

______ transparent sheets stacked one on top of the other

______ पारदर्शी चादरें एक के ऊपर एक रखी हुई हैं

100 / 100

TD tag is used for _________ .

टी.डी. टैग का उपयोग _________ के लिए किया जाता है।

Your score is

The average score is 0%

0%