page-banner
WDP M2-R5.1 Quiz-2
Q 1.
Notepad++ का पहला संस्करण कब जारी किया गया था?

When was the first version of Notepad++ released?

A. 2002

B. 2003

C. 2005

D. 2008

Q 2.
Notepad++ टेक्स्ट एडिटर किसमें लिखा गया था?

Notepad++ text editor was written in?

A. Java

B. VB

C. C++

D. Python

Q 3.
Notepad++ विशेष रूप से किसके लिए डिज़ाइन किया गया है?

Notepad++ is specially designed for?

A. editing machine code

B. create document

C. create chart and table

D. editing source code

Q 4.
HTML में एक unordered सूची (बुलेट में सूची आइटम वाली सूची) कैसे बनाएं?

How to create an unordered list (list containing list items in bullets) in HTML?

A. <ul>

B. <ol>

C. <li>

D. <i>

Q 5.
HTML में किसी टैग के बंद होने का प्रतिनिधित्व करने के लिए किस character का उपयोग किया जाता है?

Which character is used to represent the closing of a tag in HTML?

A. \

B. !

C. /

D. .

Q 6.
HTML में hyperlink कैसे बनाएं?

How to create hyperlink in HTML?

A. <a href="www.gyanxp.com">GyanXp</a>

B. <a url="www.gyanxp.com">GyanXp</a>

C. <a link="www.gyanxp.com">GyanXp.com</a>

D. <a> www.gyanxp.com </a>

Q 7.
HTML में टेक्स्ट को italic बनाने के लिए कौन सा टैग उपयोग होता है?

Which HTML tag is used to make text italic?

A. <i>

B. <italic>

C. <this>

D. <former>

Q 8.
HTML में comment लिखने का सही तरीका क्या है?

Which is the correct way to comment in HTML?

A. ## and #

B. <!-- and -->

C. </-- and -/>

D. <!-- and -!>

Q 9.
Dropdown (Combo box) बनाने के लिए HTML में कौन सा टैग उपयोग होता है?

Which tag is used to create a combo box (drop-down box) in HTML?

A. <list>

B. <select>

C. <input type="dropdown">

D. <ul>

Q 10.
HTML5 में document type को define करने के लिए कौन सा टैग प्रयोग होता है?

Which tag is used to define the document type in HTML5?

A. <doctype html>

B. <\Doctype html>

C. <principle>

D. <!DOCTYPE html>

Q 11.
HTML में page को read और render कौन करता है?

Who reads and renders an HTML page?

A. Web browser

B. Server

C. Interpreter

D. None of these

Q 12.
Inline styles को define करने के लिए HTML में कौन सी attribute प्रयोग होती है?

Which HTML attribute is used to define inline styles?

A. style

B. type

C. class

D. none of these

Q 13.
HTML में image कैसे insert करें?

How to insert an image in HTML?

A. <img href="gxp.png" />

B. <img url="gxp.png" />

C. <img link="gxp.png" />

D. <img src="gxp.png" />

Q 14.
HTML में background color कैसे जोड़ें?

How to add background color in HTML?

A. <marquee bg color="red">

B. <marquee bg-color="red">

C. <marquee bgcolor="red">

D. <marquee color="red">

Q 15.
HTML में checkbox कैसे बनाएं?

How to create a checkbox in HTML?

A. <input type="checkbox">

B. <input type="button">

C. <checkbox>

D. <input type="checked">

Q 16.
CSS में किसी specific element को target करने के लिए कौन सा selector प्रयोग होता है?

Which CSS selector is used to target a specific element?

A. tag

B. id

C. class

D. both class and tag

Q 17.
CSS में टेक्स्ट को bold बनाने के लिए कौन सी property प्रयोग होती है?

Which CSS property is used to make text bold?

A. text-decoration: bold

B. font-weight: bold

C. font-style: bold

D. text-align: bold

Q 18.
CSS में 'color: red' को किस रूप में जाना जाता है?

In CSS, 'color:red' is known as?

A. Value

B. Declaration

C. Selector

D. Rule

Q 19.
CSS में अक्षरों के बीच spacing निर्धारित करने वाली property कौन सी है?

Which CSS property defines the spacing between letters?

A. letter spacing

B. letter-space

C. line height

D. place

Q 20.
CSS में टेक्स्ट पर लाइन डालने के लिए कौन सी property उपयोग होती है?

Which CSS property is used to place a line on the text?

A. text-decoration: none

B. text-decoration: line-through

C. text-decoration: underline

D. text-decoration: overline