Q1.
Notepad++ का पहला संस्करण कब जारी किया गया था?
When was the first version of Notepad++ released?
A.
2002
B.
2003
C.
2005
D.
2008
View Answer
Correct Answer: 2003
Q2.
Notepad++ टेक्स्ट एडिटर किसमें लिखा गया था?
Notepad++ text editor was written in?
A.
Java
B.
VB
C.
C++
D.
Python
View Answer
Correct Answer: C++
Q3.
Notepad++ विशेष रूप से किसके लिए डिज़ाइन किया गया है?
Notepad++ is specially designed for?
A.
editing machine code
B.
create document
C.
create chart and table
D.
editing source code
View Answer
Correct Answer: editing source code
Q4.
HTML में एक unordered सूची (बुलेट में सूची आइटम वाली सूची) कैसे बनाएं?
How to create an unordered list (list containing list items in bullets) in HTML?
A.
<ul>
B.
<ol>
C.
<li>
D.
<i>
View Answer
Correct Answer: <ul>
Q5.
HTML में किसी टैग के बंद होने का प्रतिनिधित्व करने के लिए किस character का उपयोग किया जाता है?
Which character is used to represent the closing of a tag in HTML?
View Answer
Correct Answer: /
Q6.
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>
View Answer
Correct Answer: <a href="www.gyanxp.com">GyanXp</a>
Q7.
HTML में टेक्स्ट को italic बनाने के लिए कौन सा टैग उपयोग होता है?
Which HTML tag is used to make text italic?
A.
<i>
B.
<italic>
C.
<this>
D.
<former>
View Answer
Correct Answer: <i>
Q8.
HTML में comment लिखने का सही तरीका क्या है?
Which is the correct way to comment in HTML?
A.
## and #
B.
<!-- and -->
C.
</-- and -/>
D.
<!-- and -!>
View Answer
Correct Answer: <!-- and -->
Q9.
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>
View Answer
Correct Answer: <select>
Q10.
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>
View Answer
Correct Answer: <!DOCTYPE html>
Q11.
HTML में page को read और render कौन करता है?
Who reads and renders an HTML page?
A.
Web browser
B.
Server
C.
Interpreter
D.
None of these
View Answer
Correct Answer: Web browser
Q12.
Inline styles को define करने के लिए HTML में कौन सी attribute प्रयोग होती है?
Which HTML attribute is used to define inline styles?
A.
style
B.
type
C.
class
D.
none of these
View Answer
Correct Answer: style
Q13.
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" />
View Answer
Correct Answer: <img src="gxp.png" />
Q14.
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">
View Answer
Correct Answer: <marquee bgcolor="red">
Q15.
HTML में checkbox कैसे बनाएं?
How to create a checkbox in HTML?
A.
<input type="checkbox">
B.
<input type="button">
C.
<checkbox>
D.
<input type="checked">
View Answer
Correct Answer: <input type="checkbox">
Q16.
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
View Answer
Correct Answer: id
Q17.
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
View Answer
Correct Answer: font-weight: bold
Q18.
CSS में 'color: red' को किस रूप में जाना जाता है?
In CSS, 'color:red' is known as?
A.
Value
B.
Declaration
C.
Selector
D.
Rule
View Answer
Correct Answer: Declaration
Q19.
CSS में अक्षरों के बीच spacing निर्धारित करने वाली property कौन सी है?
Which CSS property defines the spacing between letters?
A.
letter spacing
B.
letter-space
C.
line height
D.
place
View Answer
Correct Answer: letter-spacing
Q20.
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
View Answer
Correct Answer: text-decoration: overline