O level m2 r5 mcq questions and answers

O level m2 r5 mcq questions and answers

In this article you will learn Web Designing & Publishing (M2-R5) mcqs for jan 2025 exam.Now We will see O level m2 r5 mcq questions and answers

1) The transformation command results in the selection being displayed upside down.

ट्रॉन्सफार्मेशन कमान्ड सेलेक्शन में परिणाम को उल्टा प्रदर्शित करता है।

A Rotate

B. Skew

C. Opposite

D. Flip

2) Client side scripting languages are: क्लाइन्ट साइड स्किप्टिंग लैंग्वेज है।

A.HTML

B. CSS

C. JavaScript

D. All of the above

3) When we write <img src=”img.png”>, what is the “src” Inside the <img> tag? जब हम <img

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

A. element

B. attribute

C. value

D. operator

4) Notepad++ supports- नोटपैड++ सपोर्ट करता है।

A. Syntax highlighting

B. Regular expressions

C. Auto-complete

D. All of the above

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

निम्नलिखित में से कौन सी सीएसएस टेक्स्ट प्रॉपटी शब्दों के बीच न्यूनतम और अधिकतम स्थान क डिफाइन करती है?

A. word-wrap

B. word-break

C. word-spacing

D. white-space:

6) A webpage displays a picture. What tag is used to display that picture? एक वेबपेज एक चित्र प्रदर्शित करता है। उस चित्र को प्रदर्शित करने के लिए कौन-सा टैग प्रयोग किया जाता है?

A. picture

B. image

C. img

D. src

7. Which menu contains a command to adjust the colours and the brightness of the picture. कौन से मेनू मे पिक्चर का ब्राइटनेस और कलर एडजेस्ट करने के लिए कमान्ड शामिल होते है।

A. Filter

B. Image

C. Select

D. Layer

8) Which of the following is the painting tools used to fill areas with solid color or patterns?

A. Paint Tool

B. Gradient Tool

C. Paint Bucket Tool

D.Gradient Bucket Tool

9) Changing an existing document is called__________the document

A. creating

B. deleting

C. editing

D. adjusting

10) What will be the output of below mentioned

नीचे दिए गए कोड का क्या आउटपुट होगा।

P strong{background-color:yellow;}

A.Strong have yellow background.

B.Strong element within a p element has a yellow background.

C. Both p and strong have yellow background.

D. None of the mentioned.




11. Which of the following is the correct HTML for inserting background image?

A. <background img=”background.gif”>

B. <img src=”background.gif” background/>

C. <a href=”background.gif”>

D. <body background=”background.gif”>

12. How do you display a border like this: इस तरह के बार्डर कैसे प्रदर्शित करते हैं:

The top border-10 pixels

Bottom border-5 pixels

Left border-20 pixel Right

Right border=1pixel

A. border-width: 10px 20px 5px 1px

B. border-width: 10px 1px 5px 20px

C. border-width: 5px 20px 10px 1px

D. border-width:10px 5px 20px 1px

13. What is the correct html for adding a background color? बैकग्राउंड रंग जोड़ने के लिए सही HTML क्या है

A. <background color=”yellow”>

B. <body color=”yellow”>

C. <body bgcolor=”yellow”>

D. <body bg=”yellow”>

14. How do you make a list that lists its items with squares in the css? सीएसएस में आप एक लिस्ट कैसे बनाते हैं जो इसके आईटमो को वर्गों के साथ सूचीबण करती है?

A list-type:square

B. type:square

C. type:2

D. list-style-type:square

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

A. text-transform property

B. text-stroke property

C. text-decoration property

D. None of these

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

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

A. text-transform:capitalize

B. you can’t do that with CSS

C. text-transform:uppercase

D. None of these

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

A. A tag

B. The head

C.The body

D. An attribute

18. Which tool is used to create a duplicate copy of pixels in the photoshop.

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

A. Clone Stamp tool

B. Patch tool

C Pattern Stamp tool

D. Paint bucket tool

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

सीएसएस का उपयोग करके टेक्स्ट के सबस्क्रिप्ट को स्पेशिफाई करने के लिए निम्न में से किसका उपयोग

किया जाता है?

A.vertical-align-sub

B. vertical-align.super

C. vertical-align subscript

D. None of the above

o level m2-r5 mcq questions in hindi

20.What is the correct CSS syntax for making all the <P> elements bold. सभी <P> एलिमेन्टो को बोल्ड बनाने के लिए सही CSS सिटैक्स क्या है।

A. <p style=”text-size:bold”>

B. p{font-weight:bold}

C.ptext-size:bold}

D. <P style=”font-size:bold”>




21. How do you add a background color for all <h1>elements? आप सभी <h1> एलिमेन्टो के लिए बैकग्राउन्ड रंग कैसे जोड़ते हैं?

A allh1{background-color:#FFFFFF}

B. hi.all{background-color:#FFFFFF}

C.h1{background-color:#FFFFFF}

D. None of the above

22 Which is the correct syntax? सही सिन्टैक्स कौन सा है?

A. body{color:black;}

B. body;color; black

C {body-color-blackbody.}

D. body:color=black

23. Which of the following selector selects the elements that are checked?

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

A. E-F

B. ::after

C. :checked

D. none of the mentioned.

Also Subscribe Our Youtube Channel

https://www.youtube.com/@olevelguruji

24. Which CSS property is used to specify whether the text is written in the horizontal or vertical direction?

A writing mode

B. text-indent

C word-break

D. None of these

25. Suppose we want to arrange three DIVS se that DIV 3 is placed above DIV1. Now, which CSS property are we going to use to control

A. d-index

B. z-index

C. x-index

D. s-index

26. How to add alternative text to an image?

A. <img src=”image” alternate=”logo”>

B.<img src=”image” alt text=”logo”> src=”image”

C. <img text=”logo”>

D. <img src=”image” alt=”logo”>

27. How to embed audio files in HTML? एक एचटीएमएल में ऑडियो फाइलों को कैसे एम्बेड करें?

A. <embed src=”audio.mp3″ width=”50″ height=”10″>

B. <embed sound=”audio.mp3″ width=”50″ height=”10″>

C. <embed audio=”audio.mp3″ width=”50″ height=”10″>

D. <embed music=”audio.mp3″ width=”50″ height=”10″>

28. Which of the following is considered as first web browser?

निम्न में से किसे प्रथम वेब ब्राउजर माना जाता है?

A Nexus

B. Netscape Navigator

C. Internet Explorer

D. Mosaic

29. Which of the following tags are related to a table in HTML?

निम्नलिखित में से कौन एटीएमएल में एक टेबल से संबंधित है?

A <table><row><column>

B. <table><tr><td>

C. <table> <head><body>

D. <table> <header> <footer>

30 The Head tag is used for

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

A. Writing CSS style

B. Writing Javascript

C including CSS and JS files

D. All of the above

31. Which of the following selectors selects all E elements with the attribute Attr that ends with the given value?

A. E[attr^=value]

B. E[attr$=value]

C. B[attr=value]

D. None of the above




32. It is possible to display pictures in HTML specification by using the tag.

टैग का उपयोग करके एचटीएमएल स्पेशिफिकेशन में चित्र प्रदर्शित करना संभव है।

A. <GR src = Picture filex

B. <PIC src=Picture file>

C.<IMG src = Picture files>

D. <GIF src= Picture file>

33. What is the output of the following JavaScript code.

निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है।

<script type=”text/javascript”>

a = 8 + “8”;

document.write(a);

</script>

A 16

B. Compilation Error

C. 88

D. None of the above

34. We can perform different functions in the layer such as…

A. Adding layer

B.Dragging and copying layers-

C. Deleting layers and merging layers

D. All of the above

35. In HTML5, browser displays the page in standard we specify so that the mode. निर्दिष्ट करते एक एचटीएमएल में हम है ताकि ब्राउज़र पेज को स्टैंडर्ड मोड में प्रदर्शित करे।

A. ! DOCTYPE

B. HEAD

C BODY

D. TITLE

36. What is the purpose of the <tt> tag in HTML?

A. The tag <tt> is one of the text formatting tags.

B. The tag <tt> is one of the image formatting tags

C. It renders fonts as teletype text font style.

D. None of the above

37. Desirable properties of a website are.

वेबसाइट की वांछनीय प्रॉपर्टीज हैं

i) a meaningful address एक अर्थपूर्ण एड्रेस

ii)help and search facilities सहायता और खोज सुविधाए

iii) links to related sites संबंधित साइट लिंक

iv) features to allow users to give feedback उपयोगकर्ताओं को प्रतिक्रिया देने की अनुमति देने के लिए सुविधाएं

v)hosting on a mainframe एक मेनाक्रम पर होस्टिंग

A. i,ii,iii

B. i,ii,iii,iv

C. i,ii,iii,iv,v

D. i,ii,iii,v

38. PNG means पीएनजी का अर्थ है?

A. Portable Network Graphics

B. Pivot Network Graphics

C. Pichart NetworkGraphics

D. None of the above

https://www.youtube.com/@olevelguruji

39. What css property would you use if you wanted to add a margin between the border of a DIV and its interior text? यदि आप एक डीआईवी के बार्डर और उसके आंतरिक टेक्स्ट के बीच एक मार्जिन जोड़ना चाहते है तो आप किस सीएसएस प्रॉपर्टी का उपयोग करेंगे?

Aspacing

B. margin

C. padding

D. inner-margin

40. JavaScript is designed for following purpose. जावास्क्रिप्ट निम्नलिखित उद्देश्य के लिए बनाया

A. To execute Query related to DB on server DB से संबंधित निष्पादित करने के लिए।

B. To style HTMLpages एजेनको स्टाइल करने के लिए।

C.To Add Interactivity to HTML pages. इन्टरेक्टिविटी जोड़ने के लिए।

D. To perform server side scripting operation. सर्वर साइड स्क्रिप्टिंग ऑपरेशन परफार्म करने के लिए।




41. Which of the following CSS selectors selects an element that does not sub elements?

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

A. :empty

B. :nochild

C. :inheritance

D. :no-child

42.Website means: वेबसाइट का अर्थ है

A. URL + Web Space + HTML Content

B. URL + Web Space + Name Resolution

C. URL + Web Space + Name Resolution + HTML Content

D. HTML Content + Web Space + Name Resolution

43. Which element has very similar properties to the DIV element?

A strong

B. span

C.table

D. all of the above

44. HTML web pages can be read and rendered by theएचटीएमएल वेब पेजों को किसके प्रस्तुत किया जा सकता है?

A Compiler

B. Server

C. Web browser

D. Interpreter.

45. The tag used in URL’s is: HTML to link it with other टैग को अन्य यूआरएल के साथ लिंक करने के

चटीएमएल में प्रयोग किया जाता है,

A <H>

B.<A>

C. <U>

D<L>

46. Which of the following is not an attribute of the <form> tag निम्न में से <form> टैग का एंट्रीब्यूट नहीं है।

A. Action

B. method

C name

D. URL

47. Which of the following CSS .selectors select an element if it is the only child of the parent?

निम्नलिखित में से कौन सा सीएसएस सेलेक्टर एक एलिमेन्ट का चयन करता है यदि वह अपने पैरेन्टका एकमात्र चाइल्ड है?

A. :nth-oftypen

B. only-child

C :root

D. None of the above

48. Which of the following attributes is mandatory in the <img> tag ? निम्नलिखित में से कौन सा ऐट्रीब्यूट <img> में अनिवार्य है?

A. src

B. href

C. id

D. Alt

49. Which of the following properties defines the specing between letters?

A. Space

B. linbe height

C. letter-spacing

D. None of the above




50. HTML tags are surrounded by which type of brackets-

A. Curly

B. Round

C. Squart

D. Angle

Thanks for visiting O level m2 r5 mcq questions and answers. Also comment in comment section.

Also Check Our Latest Uploads

IT Tools MCQ questions with answers

SSC GD 2025 Vacancy : 39481 Post

 

Leave a Comment