Q1.
HTML का अर्थ है -
HTML means -
A.
hightext machine language
B.
Hypertext and Link Markup Language
C.
Hyper Text Markup Language
D.
none of these
View Answer
Correct Answer: Hyper Text Markup Language
Q2.
वेबपेज शुरू करने के लिए HTML टैग्स का सही क्रम है -
The correct sequence of HTML tags to start a webpage is -
A.
head, title, html, body
B.
html, body, title, head
C.
html, head, title, body
D.
html, head, title, body
View Answer
Correct Answer: html, head, title, body
Q3.
HTML में लाइन-ब्रेक डालने के लिए निम्न में से कौन सा टैग प्रयोग किया जाता है?
Which of the following tag is used to insert line-break in HTML?
A.
<br>
B.
<a>
C.
<former>
D.
<b>
View Answer
Correct Answer: <br>
Q4.
HTML में फॉन्ट फेस बदलने का सही तरीका निम्न में से कौन सा है?
Which of the following is the correct way to change the font face in HTML?
A.
<font name="caliber">……… </font>
B.
<font face="Calibri">……… </font>
C.
<font="caliber">……… </font>
D.
none of these
View Answer
Correct Answer: <font face="Calibri">……… </font>
Q5.
एंगुलरजेएस में कौन सा निर्देश HTML टैग्स में एप्लिकेशन डेटा को बाइंड करने के लिए उपयोग किया जाता है?
Which directive in AngularJS is used to bind application data to HTML tags?
A.
ng-bind
B.
ng-model
C.
ng-init
D.
ng-app
View Answer
Correct Answer: ng-bind
Q6.
HTTP अनुरोध करने के लिए कौन सी AngularJS सेवा का उपयोग किया जाता है?
Which AngularJS service is used for making HTTP requests?
A.
$location
B.
$http
C.
$rootScope
D.
$scope
View Answer
Correct Answer: $http
Q7.
AngularJS में बूलियन एक्सप्रेशन के आधार पर HTML तत्वों को दिखाने या छिपाने के लिए किस निर्देश का उपयोग किया जाता है?
Which directive is used to show or hide HTML elements based on a Boolean expression in AngularJS?
A.
ng-if
B.
ng-show
C.
ng-hide
D.
ng-switch
View Answer
Correct Answer: ng-show
Q8.
HTML में हाइपरलिंक कैसे बनाये?
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 <gyanxp.com /a>
View Answer
Correct Answer: <a href="www.gyanxp.com">GyanXp</a>
Q9.
एचटीएमएल में ऑर्डर की गई सूची (संख्याओं में सूची आइटम वाली सूची) कैसे बनाएं?
How to create an ordered list (list containing list items in numbers) in HTML?
A.
<ul>
B.
<ol>
C.
<li>
D.
<i>
View Answer
Correct Answer: <ol>
Q10.
एंगुलरजेएस में किस बिल्ट-इन फिल्टर का इस्तेमाल डेट्स को फॉर्मेट करने के लिए किया जाता है?
Which built-in filter in AngularJS is used for formatting dates?
A.
date
B.
number
C.
lowercase
D.
uppercase
View Answer
Correct Answer: date
Q11.
HTML में कुछ टिप्पणी करने का सही तरीका कौन सा है?
Which is the correct way to comment something in HTML?
A.
Using ## and #
B.
<!-- and --> . to use
C.
</-- and -/> . to use
D.
<!-- and -!> . to use
View Answer
Correct Answer: <!-- and --> . to use
Q12.
निम्नलिखित में से कौन टैग की विशेषताएँ हैं?
Which of the following are characteristics of a tag?
A.
Method
B.
action
C.
both (a) and (b)
D.
none of these
View Answer
Correct Answer: both (a) and (b)
Q13.
कॉम्बो बॉक्स (या ड्रॉप-डाउन बॉक्स) बनाने के लिए निम्न में से किस टैग का उपयोग किया जाता है?
Which of the following tag is used to create combo box (or drop-down box)?
A.
<list>
B.
<select>
C.
<input type="dropdown">
D.
<ul>
View Answer
Correct Answer: <select>
Q14.
एंगुलरजेएस में किस निर्देश का उपयोग कस्टम विशेषता को परिभाषित करने के लिए किया जाता है?
Which directive in AngularJS is used to define a custom attribute?
A.
ng-attr
B.
ng-class
C.
ng-style
D.
ng-repeat
View Answer
Correct Answer: ng-attr
Q15.
निम्नलिखित में से कौन HTML दस्तावेज़ का रूट टैग है?
Which of the following is the root tag of an HTML document?
A.
<body>
B.
<head>
C.
<title>
D.
<html>
View Answer
Correct Answer: <html>
Q16.
एंगुलरजेएस में किस निर्देश का उपयोग बाहरी टेम्पलेट्स को दृश्य में शामिल करने के लिए किया जाता है?
Which directive in AngularJS is used to include external templates in the view?
A.
ng-include
B.
ng-init
C.
ng-repeat
D.
ng-model
View Answer
Correct Answer: ng-include
Q17.
किस के द्वारा HTML में एक प्रोग्राम को पढ़ा और रेंडर किया जा सकता है?
A program can be rendered in HTML and can be read by
A.
Web browser
B.
Server
C.
interpreter
D.
none of these
View Answer
Correct Answer: Web browser
Q18.
स्ट्रिंग को अपरकेस में बदलने के लिए AngularJS में किस बिल्ट-इन फ़िल्टर का उपयोग किया जाता है?
Which built-in filter in AngularJS is used for converting a string to uppercase?
A.
uppercase
B.
lowercase
C.
number
D.
currency
View Answer
Correct Answer: uppercase
Q19.
निम्नलिखित में से कौन HTML में पैराग्राफ टैग है?
Which of the following is a paragraph tag in HTML?
A.
<p>
B.
<b>
C.
<former>
D.
none of these
View Answer
Correct Answer: <p>
Q20.
इनलाइन शैलियों को परिभाषित करने के लिए निम्नलिखित में से कौन सी HTML विशेषता का उपयोग किया जाता है?
Which of the following HTML attribute is used to define inline styles?
A.
style
B.
type
C.
class
D.
none of these
View Answer
Correct Answer: style