Solved - O Level Web Design Paper January 2026
W3.CSS में horizontal menu बनाने के लिए कौन सी class जोड़ते हैं?
Which class is added in W3.CSS to create a horizontal menu?
[A] pure_menu_horizontal
[B] w3-menu
[C] w3-horizontal
[D] w3-bar
Correct Answer : w3-bar
AngularJS के किस संस्करण (Version) में सबसे पहले .component() method पेश किया गया था?
In which version of AngularJS was the .component() method first introduced?
[A] 1.4
[B] 1.5
[C] 1.2
[D] 2.0
Correct Answer : 1.5
Bootstrap जैसे frameworks की तुलना में W3.CSS की मुख्य विशेषता क्या है?
What is a primary characteristic of W3.CSS compared to other frameworks like Bootstrap?
[A] It requires jQuery to function
[B] It is a standard CSS-only framework with no JavaScript dependency
[C] It only works in Google Chrome
[D] It requires a paid license for commercial use
Correct Answer : It is a standard CSS-only framework with no JavaScript dependency
निम्न में से कौन SPA (Single Page Application) का नुकसान है?
Which of the following is a disadvantage of a Single Page Application (SPA)?
[A] Faster user experience
[B] SEO issues
[C] Reduced server load
[D] Smooth navigation
Correct Answer : SEO issues
W3.CSS में ग्रिड लेआउट बनाने के लिए मुख्य रूप से किस क्लास का उपयोग किया जाता है जो कॉलम के लिए कंटेनर का काम करती है?
Which class is mainly used in W3.CSS to create a grid layout that acts as a container for columns?
[A] w3-row
[B] w3-grid
[C] w3-container
[D] w3-layout
Correct Answer : w3-row
Notepad++ में lines hide करने के लिए किस shortcut key का उपयोग किया जाता है?
Which shortcut key is used to hide lines in Notepad++?
[A] Alt + H
[B] Ctrl + H
[C] Alt + F
[D] Ctrl + L
Correct Answer : Alt + H
निम्न CSS का प्रभाव क्या होगा?
What will be the effect of the following CSS?
div[class^="box-"] {
background-color: yellow;
} [A] All divs will have yellow background
[B] Only divs with class starting with "box-" will have yellow background
[C] No divs will be affected
[D] Only divs with class ending with "box-" will have yellow background
Correct Answer : Only divs with class starting with "box-" will have yellow background
W3.CSS में कौन सी class विशेष रूप से paragraph के भीतर inline code या short commands को highlight करने के लिए बनाई गई है?
Which W3.CSS class is specifically designed to highlight inline code or short commands within a paragraph?
[A] w3-icode
[B] w3-codespan
[C] w3-inline-code
[D] w3-highlight
Correct Answer : w3-codespan
W3.CSS में किसी element पर लाल background और सफेद text apply करने के लिए कौन-सी class इस्तेमाल करेंगे?
How do you apply a red background color and white text to an element using W3.CSS?
[A] class="w3-red-white"
[B] class="w3-color-red"
[C] class="w3-bg-red w3-text-white"
[D] class="w3-red"
Correct Answer : class="w3-red"
Photo editing software में Histogram tool का उद्देश्य क्या है?
What is the purpose of the Histogram tool in photo editing software?
[A] To crop an image
[B] To adjust color and brightness levels
[C] To add text to an image
[D] To rotate the image
Correct Answer : To adjust color and brightness levels
WWW (World Wide Web) में दस्तावेज़ों को तीन मुख्य श्रेणियों में बांटा जा सकता है:
The documents in the WWW can be grouped into three broad categories
[A] Static, double, active
[B] Stateless, dynamic, archive
[C] Static, domain, architecture
[D] Static, dynamic, active
Correct Answer : Static, dynamic, active
CSS में कितने बेसिक प्रकार के selectors होते हैं
How many basic types of selectors are there in CSS
[A] 2
[B] 3
[C] 4
[D] 5
Correct Answer : 5
CSS रूल के दो मुख्य भाग कौन-से होते हैं
Which of the following are two main parts of a CSS rule
[A] Selector, Declaration
[B] Selectors, Rule
[C] Selectors, Variable
[D] None
Correct Answer : Selector, Declaration
kaun सा attribute current document और URL के बीच relationship को define करता है
Which attribute defines the relationship between the current document and a URL
[A] URL
[B] REV
[C] REL
[D] None
Correct Answer : REL
Sublime Text में current line या selection को duplicate करने के लिए कौन-सी shortcut key उपयोग की जाती है
Which shortcut key is used to duplicate the current line or selection in Sublime Text
[A] Ctrl + Alt + D
[B] Ctrl + Shift + D
[C] Shift + D
[D] Ctrl + D
Correct Answer : Ctrl + Shift + D
SGML फाइल का स्टैंडर्ड एक्सटेंशन क्या होता है
What is the standard extension for an SGML file
[A] .s
[B] .xml
[C] .sgm
[D] none
Correct Answer : .sgm
निम्न CSS snippet को <span> element पर apply करने पर output क्या होगा
What is the output of the following CSS snippet applied to a <span> element
span {
border: 1px solid red;
outline: green dotted thick;
}
[A] A green border with a red dotted outline
[B] A red border with a green dotted outline
[C] Only a red border
[D] Only a green outline
Correct Answer : A red border with a green dotted outline
Which AngularJS module is used to start JavaScript in an HTML document
HTML document में JavaScript को start करने के लिए कौन सा AngularJS module use किया जाता है
[A] ng-app
[B] ng-module
[C] ng-init
[D] None of these
Correct Answer : ng-app
WS-Panel क्लास का उपयोग किसे प्रदर्शित (display) करने के लिए किया जाता है
WS-Panel class is used to display
[A] comments and colors
[B] notes and quotes
[C] alerts and quotes
[D] notes and comments
Correct Answer : notes and quotes
What is the shortcut key to open the Replace dialog box in Notepad
Notepad में Replace dialog box खोलने की shortcut key क्या है
[A] Ctrl + R
[B] Ctrl + F
[C] Ctrl + H
[D] Ctrl + E
Correct Answer : Ctrl + H
किस tag का उपयोग Internal CSS (HTML document के अंदर लिखा CSS) को head section में embed करने के लिए किया जाता है
Which tag is used to embed Internal CSS (CSS written inside the HTML document) within the head section
[A] <link>
[B] <style>
[C] <css>
[D] <script>
Correct Answer : <style>
निम्न में से कौन सा तरीका W3.CSS में किसी एलिमेंट पर cursive फॉन्ट लगाने का मानक तरीका है
Which of the following is the standard way to apply a cursive font to an element using W3.CSS
[A] class="w3-cursive
[B] class="w3-italic"
[C] class="w3-text-cursive"
[D] class="w3-style"
Correct Answer : class="w3-cursive
सर्वर साइड स्क्रिप्ट्स हैं
The server-side scripts are
[A] Visible to the end user
[B] Invisible to the end user
[C] Defined to user
[D] None
Correct Answer : Invisible to the end user
JavaScript में डेटा को नंबर में बदलने के लिए कौन-सा फ़ंक्शन उपयोग किया जाता है
In JavaScript, which function is used to change data into number
[A] parseInt()
[B] parse ()
[C] Numbers()
[D] All of the above
Correct Answer : parseInt()
एक वेबसाइट में किस प्रकार की जानकारी होनी चाहिए
Which of the following information should a website contain
[A] Complete and Relevant
[B] Complete and Irrelevant
[C] Incomplete and Irrelevant
[D] Incomplete and Relevant
Correct Answer : Complete and Relevant
JavaScript में वैरिएबल डिक्लेयर करने के लिए कौन-सा कीवर्ड प्रयोग होता है
In JavaScript, which keyword is used to declare a variable
[A] var
[B] dim
[C] let
[D] None
Correct Answer : var
Browser Object Model (BOM) का टॉप-लेवल ऑब्जेक्ट कौन-सा है
Which of the following is the top-level object in the Browser Object Model (BOM)
[A] Window
[B] Document
[C] History
[D] Location
Correct Answer : Window
JavaScript में array के अंत (end) में एक या अधिक elements जोड़ने के लिए कौन-सा method उपयोग होता है
Which JavaScript method is used to add one or more elements to the end of an array
[A] push()
[B] unshift()
[C] append()
[D] pop()
Correct Answer : push()
<script> टैग में किसी external JavaScript फ़ाइल का location specify करने के लिए कौन सा attribute उपयोग किया जाता है
Which attribute is used to specify the location of an external JavaScript file within the <script> tag
[A] href
[B] link
[C] src
[D] rel
Correct Answer : src
स्टैण्डर्ड W3.CSS responsive grid system में कितने columns supported हैं
How many columns are supported in the standard W3.CSS responsive grid system
[A] 4
[B] 8
[C] 10
[D] 12
Correct Answer : 12
W3.CSS में कौन सी class 12-column grid में आधे width की column बनाने के लिए उपयोग की जाती है
In W3.CSS, which class is used to create a column that spans half the width of a 12-column grid
[A] w3-col s4
[B] w3-col s12
[C] w3-col s6
[D] w3-col s2
Correct Answer : w3-col s6
वेब पेज का डिज़ाइन सुधारने और फॉर्म वैलिडेशन के लिए क्या उपयोग किया जाता है
Which of the following is used in web pages to improve the design and validate the form
[A] HTML
[B] XML
[C] CSS and JavaScript
[D] PHP
Correct Answer : CSS and JavaScript
HTML5 में इनपुट फ़ील्ड को अनिवार्य बनाने के लिए कौन-सा एट्रिब्यूट प्रयोग होता है
Which HTML5 attribute is used to specify that an input field must be filled out
[A] validate
[B] required
[C] placeholder
[D] name
Correct Answer : required
W3.CSS framework में डिफ़ॉल्ट फ़ॉन्ट फ़ैमिली कौन सी होती है
What is the default font family used in W3.CSS framework
[A] Times New Roman
[B] Arial
[C] Verdana
[D] Courier New
Correct Answer : Verdana
इंटरनेट पर एक वेबसाइट से दूसरी वेबसाइट पर जाने की प्रक्रिया को सामान्यतः क्या कहा जाता है
The process of moving from one website to another on the internet is commonly known as
[A] Uploading
[B] Browsing
[C] Downloading
[D] Attachment
Correct Answer : Browsing
कौन सा CSS selector हर एक एलिमेंट को चुनने के लिए वाइल्डकार्ड की तरह काम करता है
Which CSS selector acts as a wildcard to select every single element on a web page
[A] . (Dot)
[B] # (Hash)
[C] * (Asterisk)
[D] & (Ampersand)
Correct Answer : * (Asterisk)
कौन सी CSS property यह निर्धारित करती है कि list item marker (bullet/number) को list item के box के अंदर रखा जाए या बाहर
Which CSS property defines whether the list item marker (bullet/number) should be placed inside or outside the box of the list item
[A] list-style-type
[B] list-style-position
[C] list-style-image
[D] list-style-marker
Correct Answer : list-style-image
किस HTML tag का उपयोग एक ordered (numbered) list बनाने के लिए किया जाता है
Which HTML tag is used to create an ordered (numbered) list
[A] <ul>
[B] <li>
[C] <ol>
[D] <dl>
Correct Answer : <ol>
Data को bind करने वाला AngularJS module कौन सा है
Which AngularJS module is used to bind data
[A] ng-bind
[B] ng-init
[C] ng-app
[D] None of these
Correct Answer : ng-bind
Google, Yahoo, और Ask.com के उदाहरण हैं
Google, Yahoo, and Ask.com are examples of
[A] Web Browsers
[B] Search Engines
[C] Social Media Sites
[D] Operating Systems
Correct Answer : Search Engines
निम्न में से कौन सा Notepad++ के 'Encoding' मेनू में एक वैध encoding standard नहीं है
Which of the following is NOT a valid encoding standard present in the Notepad++ 'Encoding' menu
[A] UTF-8
[B] ANSI
[C] UTF-16
[D] UCS-2
Correct Answer : UCS-2
Google Chrome ब्राउज़र कौन सा layout/rendering engine उपयोग करता है
Which layout/rendering engine does the Google Chrome browser use
[A] Gecko
[B] WebKit
[C] Trident
[D] Blink
Correct Answer : Blink
निम्न में से कौन सी backend programming language है
Which of the following is a backend programming language
[A] HTML
[B] CSS
[C] Python
[D] JavaScript
Correct Answer : Python
कौन सा रंग मॉडल मुख्य रूप से प्रोफेशनल प्रिंटिंग के लिए उपयोग किया जाता है?
Which color model is primarily used for professional printing
[A] RGB
[B] CMYK
[C] HSL
[D] HEX
Correct Answer : CMYK
यदि कोई डेवलपर CSS फ़ाइल में * selector का उपयोग करता है, तो परिभाषित स्टाइल किस पर लागू होगी
If a developer uses the * selector in a CSS file, the styles defined will apply to
[A] Only the Body tag
[B] Only Paragraph tags
[C] All elements on the page
[D] Only the first element
Correct Answer : All elements on the page
NaN का पूरा नाम क्या है
What does NaN stand for
[A] Not a Name
[B] Not a Number
[C] Number and Name
[D] None
Correct Answer : Not a Number
HTML5 के <video> टैग के लिए इनमें से कौन सा एट्रिब्यूट वैध नहीं है
Which of the following attributes is NOT valid for the HTML5 <video> tag
[A] loop
[B] controls
[C] refresh
[D] autoplay
Correct Answer : refresh
AngularJS में फॉर्म सबमिशन को हैंडल करने के लिए किस डायरेक्टिव का उपयोग किया जाता है
In AngularJS, which directive is used to handle form submission
[A] ng-submit
[B] ng-action
[C] ng-click
[D] ng-post
Correct Answer : ng-submit
JavaScript को किसने और कब विकसित किया
Who invented JavaScript and when
[A] James Gosling, 1991
[B] Brendan Eich, 1995
[C] Bjarne Stroustrup, 1990
[D] Guido van Rossum, 1995
Correct Answer : Brendan Eich, 1995
CSS में Pseudo-class (जैसे :hover) को define करने के लिए किस symbol का उपयोग होता है?
Which symbol is used to define a Pseudo-class (like :hover) in CSS
[A] , (Comma)
[B] & (Ampersand)
[C] : (Colon)
[D] * (Asterisk)
Correct Answer : : (Colon)
W3.CSS में images को style करने या बदलने के लिए किसका उपयोग किया जाता है
In W3.CSS, which of the following is used to style or change images
[A] W3.CSS Box
[B] W3.CSS Container
[C] W3.CSS Photo
[D] W3.CSS Images
Correct Answer : W3.CSS Images
यदि आप चाहते हैं कि HTML5 वीडियो खत्म होने के बाद फिर से शुरू हो जाए, तो क्या उपयोग करेंगे
If you want an HTML5 video to start again after finishing, which attribute will you use
[A] loop
[B] repeat
[C] restart
[D] replay
Correct Answer : loop
AngularJS में फॉर्म के डेटा को कंट्रोलर के साथ सिंक करने के लिए किसका उपयोग किया जाता है
AngularJS, which is used to sync form data with the controller
[A] ng-model
[B] ng-bind
[C] ng-init
[D] ng-app
Correct Answer : ng-model
किसी एलिमेंट को पोजीशन करने के लिए किस CSS प्रॉपर्टी का उपयोग किया जाता है
Which CSS property is used to position an element
[A] Position
[B] Float
[C] Z-index
[D] Align
Correct Answer : Position
HTML में <div> tag का मुख्य उद्देश्य क्या है
What is the primary purpose of the <div> tag in HTML
[A] To create a hyperlink
[B] To act as a container for other elements
[C] To insert a video
[D] To make text italic
Correct Answer : To act as a container for other elements
CSS में कमेंट लिखने के लिए कौन सा सिंबल प्रयोग किया जाता है
Symbol used to write comment in CSS is
[A] /* */
[B] //
[C] ##
[D] #
Correct Answer : /* */
JavaScript में वेरिएबल लिखने का सही सिंटैक्स कौन सा है?
Which of the following is the correct syntax of a variable in JavaScript
[A] 2number
[B] My phone number
[C] My_phone_number
[D] None of these
Correct Answer : My_phone_number
कौन सा HTML टैग महत्वपूर्ण टेक्स्ट को परिभाषित करने के लिए उपयोग किया जाता है और आमतौर पर इसे बोल्ड में प्रदर्शित करता है
Which HTML tag is used to define important text and typically displays it in bold
[A] <strong>
[B] <b>
[C] <bold>
[D] <heavy>
Correct Answer : <strong>
HTML पेज को विभाजित करने के लिए कौन सा टैग उपयोग किया जाता है
Which tag is used to divide or section an HTML page?
[A] <div>
[B] <hr>
[C] <section>
[D] <span>
Correct Answer : <hr>
CMYK कलर मॉडल में 'K' का क्या अर्थ है
What does the 'K' stand for in the CMYK color model
[A] Krypton
[B] Kindle
[C] Kernel
[D] Key (Black)
Correct Answer : Key (Black)
CSS में किस pseudo-class का उपयोग पैरेंट एलिमेंट के आखिरी चाइल्ड को टारगेट करने के लिए किया जाता है
Which CSS pseudo-class is used to target the last child of a parent element
[A] :final-child
[B] end-element
[C] :last-child
[D] :only-child
Correct Answer : :last-child
W3.CSS में 'w3-panel' क्लास का मुख्य प्रभाव क्या है
What is the primary effect of using the 'w3-panel' class in W3.CSS
[A] It turns the background color to grey
[B] It hides the element on small screens
[C] It adds a 16px top and bottom margin and 16px left and right padding.
[D] It makes the text bold and centered
Correct Answer : It adds a 16px top and bottom margin and 16px left and right padding.
कौन सा CSS सेलेक्टर '.content' क्लास वाले <div> के अंदर सभी <p> एलिमेंट्स पर स्टाइल लागू करता है
Which selector applies style to all <p> elements inside a <div> with the class '.content'
[A] .content + p
[B] .content > p
[C] .content p
[D] p.content
Correct Answer : .content p
वेब डेवलपमेंट में DOM का क्या मतलब है
What does DOM stand for in web development
[A] Digital Optical Module
[B] Data Object Management
[C] Document Object Model
[D] Desktop Oriented Mode
Correct Answer : Document Object Model
CSS में किसी एलिमेंट के चारों ओर गोल किनारे बनाने के लिए कौन सा एट्रिब्यूट उपयोग होता है
The attribute used to make rounded corners around an element in CSS is:
[A] Border-radius
[B] Border-round
[C] Border-spacing
[D] None of the above
Correct Answer : Border-radius
सभी पैराग्राफ एलिमेंट्स का रंग ग्रे कैसे बनाएँगे
How will you make all paragraph elements grey in color
[A] P.all{color:grey;}
[B] P.all{color;#990000;}
[C] All.p{color:#998877;}
[D] P{color:grey;}
Correct Answer : P{color:grey;}
नीचे दिए गए कोड में कौन सा कोड सबसे अधिक प्रभावी है
Which of the following code is most efficient
Code 1:
for(var number=10; number>=1; number--) {
document.write(number);
}
Code 2:
var number=10;
while(number>=1) {
document.write(number);
number--;
}
[A] Code1
[B] Code2
[C] Both Code1 and Code2
[D] Cannot compare
Correct Answer : Code1
AngularJS एक्सप्रेशन, AngularJS डेटा को HTML से किस डायरेक्टिव के माध्यम से बाँधता है
AngularJS expression binds AngularJS data to HTML like which of the following directive
[A] ng-app
[B] ng-module
[C] ng-bind
[D] All of the above
Correct Answer : ng-bind
Identify the incorrect media type defined in CSS 2
सीएसएस2 में परिभाषित गलत मीडिया प्रकार की पहचान करें
[A] Handheld
[B] Braille
[C] Arial
[D] Print
Correct Answer : Arial
AngularJS एप्लीकेशन शुरू करने के लिए कौन सा डायरेक्टिव प्रयोग किया जाता है
Which of the following directives is used to start an AngularJS application
[A] ng-repeat
[B] ng-init
[C] ng-app
[D] ng-model
Correct Answer : ng-app
वेब पेज के लिए HTML कोडिंग करते समय टैग्स का सही क्रम क्या है
The proper sequence of tags in HTML while coding for a web page is
[A] <HTML>, <TITLE>, <BODY>, <HEAD>
[B] <HEAD>, <HTML>, <TITLE>, <BODY>
[C] <HTML>, <HEAD>, <TITLE>, <BODY>
[D] <HTML>, <HEAD>, <BODY>, <TITLE>
Correct Answer : <HTML>, <HEAD>, <TITLE>, <BODY>
<HTML> के बाद कितने सेक्शन होते हैं
<HTML> is followed by how many sections
[A] 2
[B] 3
[C] 4
[D] 6
Correct Answer : 2
Definition List क्या है
What is a Definition List
[A] A list that defines terms and their descriptions
[B] A list of items with numbers
[C] A list of items with bullets
[D] A list of hyperlinks
Correct Answer : A list that defines terms and their descriptions
Which was the first website
पहली वेबसाइट कौन-सी थी
[A] http://www.google.com
[B] http://www.yahoo.com
[C] http://info.cern.ch/
[D] http://www.wikipedia.org
Correct Answer : http://info.cern.ch/
निम्न में से कौन-सा CSS framework utility-first approach के साथ predefined styles प्रदान करता है?
Which CSS framework has predefined styles and is utility-first
[A] Semantic UI
[B] Tailwind
[C] Bulma
[D] Bootstrap
Correct Answer : Tailwind
AngularJS के लिए कौन-सा कथन सही है
Which of the following statement is true for AngularJS
[A] AngularJS is a closed-source front-end web framework
[B] AngularJS is an open-source front-end web framework
[C] AngularJS is an open-source backend web framework
[D] AngularJS is a closed-source back-end web framework
Correct Answer : AngularJS is an open-source front-end web framework
CSS के जनक कौन हैं
Who is the Father of CSS
[A] Wium Lee
[B] Tim BernersLee
[C] Brendan Eich
[D] Misko Hevery
Correct Answer : Wium Lee
HTML का <iframe> टैग किसे दर्शाता है
The HTML <iframe> tag specifies
[A] Inline frame
[B] Outline frame
[C] Vertical frame
[D] Horizontal frame
Correct Answer : Inline frame
निम्न में से कौन सी क्लास W3.CSS टेबल में बॉर्डर लाइन बनाती है
Which of the following class makes border lines in W3.CSS table
[A] w3-bordered
[B] w3-border
[C] w3-border-all
[D] None of these
Correct Answer : w3-bordered
W3.CSS Grid की कौन सी क्लास मान्य (valid) नहीं है
Which is an invalid class of W3.CSS Grid
[A] w3-half
[B] w3-quarter
[C] w3-window
[D] w3-rest
Correct Answer : w3-window
फ़ोटोशॉप में मार्की टूल के कितने प्रकार हैं
How many types of Marquee Tool are in Photoshop
[A] 3
[B] 4
[C] 5
[D] 2
Correct Answer : 4
हम वेब पेज को कैसे प्रिंट कर सकते हैं
How can we print a web page
[A] File > Print
[B] Ctrl + P
[C] Save as PDF
[D] All of the above
Correct Answer : Ctrl + P
Angular में Two-way Data Binding क्या है
What is two-way data binding in Angular
[A] Synchronization between model and view
[B] Binding data from view to model only
[C] Binding data between two components
[D] Binding data from model to view only
Correct Answer : Synchronization between model and view
निम्न में से कौन-सा escape sequence line break के लिए उपयोग होता है
Which of the following escape sequence is used for a line break
[A] \n
[B] \q
[C] \t
[D] \v
Correct Answer : \n
HTML में मौजूद सभी टैग कैसे होते हैं
All the tags present in HTML are
[A] Case insensitive
[B] Lowercase
[C] Uppercase
[D] Case sensitive
Correct Answer : Case insensitive
HTML में form data को server तक किस प्रकार भेजा जाएगा, यह कौन-सा attribute निर्धारित करता है?
In HTML, which attribute specifies how to send form data to the server
[A] action
[B] method
[C] target
[D] enctype
Correct Answer : method
AngularJS में filter के लिए कौन-सा symbol उपयोग किया जाता है
Which of the following is the symbol used for filter in AngularJS
[A] ||
[B] |
[C] ^|^
[D] &|&
Correct Answer : |
निम्न JavaScript statement का output क्या होगा
What will be the output of the following JavaScript statement
console.log(!(0)); [A] True
[B] False
[C] Error
[D] 0
Correct Answer : True
अमान्य <input> tag का "type" attribute कौन-सा है
Identify the invalid <input> tag "type" attribute value
[A] radiobox
[B] checkbox
[C] submit
[D] text
Correct Answer : radiobox
AngularJS में 'Two-way Data Binding' को लागू करने के लिए किस डायरेक्टिव का उपयोग किया जाता है
Which directive is used in AngularJS to implement 'Two-way Data Binding
[A] ng-bind
[B] ng-init
[C] ng-model
[D] ng-app
Correct Answer : ng-model
फोटो एडिटर में 'Brightness' और 'Contrast' को एडजस्ट करने का मुख्य उद्देश्य क्या है
What is the main purpose of adjusting 'Brightness' and 'Contrast' in a photo editor
[A] To reduce the file size of the image
[B] To adjust the brightness of colors and the difference between them
[C] To remove the background of the image
[D] To edit the text in the image
Correct Answer : To adjust the brightness of colors and the difference between them
CSS का उपयोग करके हाइपरलिंक से अंडरलाइन हटाने के लिए सही सिंटैक्स क्या है
What is the correct CSS syntax to remove underline from a hyperlink
[A] a {text-decoration: underline-none
[B] a {text-decoration: none;}
[C] a {hyperlink: no-line;}
[D] a {text-style: plain;}
Correct Answer : a {text-decoration: none;}
निम्न JavaScript कोड का आउटपुट क्या होगा
What will be the output of the following JavaScript code
let a = 5;
let b = "5";
console.log(a == b);
[A] true
[B] false
[C] Error
[D] undefined
Correct Answer : true
W3.CSS में headings के लिए default font कौन-सा होता है
Which of the following is the default font name used in W3.CSS for headings
[A] Times New Roman
[B] Verdana
[C] Arial
[D] SegoeUI
Correct Answer : SegoeUI
Google ने कौन-सा वेब ब्राउज़र बनाया है
Which web browser is developed by Google
[A] Mozilla Firefox
[B] Microsoft Edge
[C] Chrome
[D] Safari
Correct Answer : Chrome
CSS में selectors का उपयोग के लिए किया जाता है।
In CSS, selectors are used to select the elements you want to style
[A] Classes
[B] Patterns
[C] Properties
[D] Functions
Correct Answer : Patterns
WebKit के लिए CSS extension prefix कौन-सा है
Which of the following is the CSS extension prefix for WebKit
[A] -webkit
[B] -o-
[C] -web
[D] -chrome
Correct Answer : -webkit
JavaScript में किसी value को Integer में बदलने के लिए कौन-सा function उपयोग होता है
Which function is used to convert a value into Integer in JavaScript?
[A] parseInt()
[B] parseFloat()
[C] Number()
[D] toString()
Correct Answer : parseInt()
किस tool का उपयोग image पर नाम लिखने के लिए किया जाता है
Which tool is used to write your name on an image
[A] Transform tool
[B] Draw tool
[C] Text tool
[D] Sketch tool
Correct Answer : Text tool
Web पर images की standard resolution क्या होती है
What is the standard resolution of images on the web
[A] 72 PPI
[B] 72 DPI
[C] 256 PPI
[D] 172 DPI
Correct Answer : 72 PPI
JavaScript में <script> tag को किस-किस स्थान पर insert किया जा सकता है
In which of the following ways can you insert a <script> tag in JavaScript
[A] Between BODY
[B] Between HEAD
[C] Outside BODY Tag
[D] All of the above
Correct Answer : All of the above
दिए गए <img> टैग में डबल कोट (" ") के अंदर लिखा img.png क्या दर्शाता है
In the given <img> tag, what does "img.png" inside the double quotes imply
<img src="img.png"> [A] element
[B] attribute
[C] value
[D] operator
Correct Answer : value
HTML5 में निम्न में से कौन-सा वीडियो फ़ॉर्मेट है
Which of the following is a video format in HTML5
[A] MP5
[B] WebM
[C] wbr
[D] None
Correct Answer : WebM