Solved - O Level Web Design Paper January 2024
एमवीसी में वी घटक किसके लिए जिम्मेदार हैं?
What are the V components in MVC responsible for?
[A] Responsible for user interface
[B] Responsible for security of the system
[C] Responsible for “business logic” and domain objects
[D] None of the above
Correct Answer : Responsible for user interface
<HR> टैग का उपयोग किसके लिए किया जाता है?
The <HR> tag is used for
[A] Horizontal ruler
[B] New line text
[C] New pargraph
[D] Vertical ruler
Correct Answer : Horizontal ruler
…….. टूल का उपयोग आमतौर पर वेबसाइट के संस्करण नियंत्रण के लिए किया जाता है
…….. tool is commonly used for version control of Website
[A] FileZilla
[B] Mercury
[C] Git
[D] Notepad++
Correct Answer : Git
आप सीएसएस में टेक्स्ट का फ़ॉन्ट आकार कैसे सेट कर सकते हैं?
How can you set the font size of text in CSS?
[A] size
[B] text-size
[C] font-size
[D] font-dimension
Correct Answer : font-size
वेब विकास के संदर्भ में CDN का क्या अर्थ है?
What does CDN stand for in the context of web development?
[A] Custom Design Navigator
[B] Cascading Database Network
[C] Content Delivery Network
[D] Centralized Domain Name
Correct Answer : Content Delivery Network
कैस्केडिंग स्टाइल शीट्स फ़ाइलों के लिए किस फ़ाइल एक्सटेंशन का उपयोग किया जाता है?
Which file extension is used for Cascading Style Sheets files?
[A] .css
[B] .html
[C] .php
[D] .js
Correct Answer : .css
ज़ेंड फ्रेमवर्क मुख्य रूप से किसके लिए उपयोग किया जाता है?
What is Zend Framework primarily used for?
[A] Mobile application development
[B] Web application development in PHP
[C] Game development
[D] Desktop software development
Correct Answer : Web application development in PHP
HTML दस्तावेज़ में कौन सा तत्व अनिवार्य है?
Which element is Compulsory in HTML document?
[A] <title>
[B] <body>
[C] <div>
[D] <html>
Correct Answer : <html>
डीपीआई का मतलब क्या है?
What does DPI stand for?
[A] Digital Pixel Integration
[B] Dots Per Inch
[C] Digits Per Inch
[D] Dots Pixel Inch
Correct Answer : Dots Per Inch
मॉडल एक _______ है
The model is a _______
[A] Shape of data
[B] Html content
[C] Collection of data
[D] Type of data
Correct Answer : Shape of data
पूर्ण स्टैक विकास में CSS का उद्देश्य क्या है?
What is the purpose of CSS in Full stack development?
[A] To style and format HTML elements
[B] To manage http request and response
[C] To store and retrieve data
[D] None of the above
Correct Answer : To style and format HTML elements
AngularJS कब जारी किया गया था?
When angularjs was released?
[A] October 20, 2010
[B] October 21, 2010
[C] October 20, 2011
[D] October 25, 2011
Correct Answer : October 20, 2010
फ़ंक्शन का उपयोग करके डेटा को संख्या में परिवर्तित करने के लिए …………..
To convert the data into number by using function ……………..
[A] parseInt()
[B] parseFloat
[C] Both a and b
[D] NaN
Correct Answer : Both a and b
HTML5 कैरेक्टर एन्कोडिंग का समर्थन करता है
HTML5 support(s) character encoding
[A] UTF-8
[B] UTF-16
[C] ISO-8859
[D] All of the above
Correct Answer : All of the above
निम्नलिखित में से कौन सा कथन गलत है?
Which statement is wrong from the following?
[A] HTML is an application of ISO Standard 8879:1986.
[B] HTML is an not an application of SGML.
[C] The WWW is a hypertext-based, distributed information system.
[D] hyperlink is a relationship between two anchors, called the head and the tail.
Correct Answer : HTML is an not an application of SGML.
सीएसएस में टेक्स्ट को बोल्ड बनाने के लिए निम्नलिखित में से किस प्रॉपर्टी का उपयोग किया जाता है?
Which of the following property is used to make the text bold in css?
[A] font-weight:bold;
[B] text-decoration:bold;
[C] text:bold;
[D] font:bold;
Correct Answer : font-weight:bold;
HTML <a> टैग में गंतव्य URL निर्दिष्ट करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to specify the destination URL in an HTML <a> tag?
[A] target
[B] href
[C] title
[D] class
Correct Answer : href
HTML टैग्स का उद्देश्य क्या है?
What is the purpose of HTML tags?
[A] To create graphics;
[B] To format text;
[C] To create hyperlinks;
[D] To define the structure of a web page
Correct Answer : To define the structure of a web page
CMYK का तात्पर्य रंगों के किस संयोजन से है?
CMYK stand for what combination of colors?
[A] Cyan, mauve, yellow, key
[B] Cyan, magnificent, yield, key
[C] Cyan, magenta, yellow, key
[D] Cyan, maroon, yellow, key
Correct Answer : Cyan, magenta, yellow, key
w3.css में w3-rowpadding क्लास क्या करती है?
What does w3-rowpadding class in w3.css.
[A] Container for responsive classes, with 8px left and right padding
[B] Container for fixed size centered content
[C] Container for responsive classes, with no padding
[D] None of the above
Correct Answer : Container for responsive classes, with 8px left and right padding
____________ संपत्ति का उपयोग अधिकतर लिंक से अंडरलाइन हटाने के लिए किया जाता है
The ____________ property is mostly used to remove underlines from links
[A] text-trans
[B] text-transformation
[C] text-decoration
[D] text-deco
Correct Answer : text-decoration
एमवीसी आर्किटेक्चर में "सी" का क्या अर्थ है?
What does "C" stand for in the MVC architecture?
[A] Controller
[B] Class
[C] Component
[D] Communication
Correct Answer : Controller
HTML का मतलब क्या है?
What does HTML stand for?
[A] Hyperlink and Text Markup Language
[B] High Tech Machine Learning
[C] Home Tool Management Language
[D] Hypertext Markup Language
Correct Answer : Hypertext Markup Language
तत्व अपने कंटेनर के दाईं ओर तैरता है।
The element floats to the right of its container.
[A] Left
[B] Right
[C] Inherit
[D] None
Correct Answer : Right
वेब विकास में डेटाबेस का उद्देश्य क्या है?
What is the purpose of a database in web development?
[A] To store and manage website data B)
[B] To host website files
[C] To define website styles
[D] To create graphical content
Correct Answer : To store and manage website data B)
किसी वेबसाइट पर नेविगेशन बार कहाँ रखा जा सकता है?
Where can a navigation bar be placed on a website?
[A] Only at the top
[B] Only at the bottom
[C] Top, bottom, or sides
[D] Only on the left side
Correct Answer : Top, bottom, or sides
आप HTML में बटन कैसे बनाते हैं?
How do you create a button in HTML?
[A] <button>button text</button>
[B] <input type="button">button text</input>
[C] <btn>button text</btn>
[D] <submit>button text</submit>
Correct Answer : <button>button text</button>
नोटपैड में HTML फ़ाइल को सहेजने के लिए निम्नलिखित में से कौन सा सही चरण हैं?
Which of the following are the correct steps to save an HTML file in Notepad?
[A] Open Notepad, write HTML code, and save it as a .txt file.
[B] Open Notepad, write HTML code, and save it as a .html file.
[C] Open Notepad, write HTML code, and save it as a .doc file.
[D] Open Notepad, write HTML code, and save it as a .htm file.
Correct Answer : Open Notepad, write HTML code, and save it as a .html file.
एक आईपी एड्रेस कितने बिट्स का होता है?
How many bits does an IP address consist of?
[A] 32
[B] 24
[C] 16
[D] 12
Correct Answer : 32
W3.CSS में पृष्ठभूमि रंग सेट करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to set the background color in W3.CSS?
[A] w3-bg-color
[B] w3-background
[C] w3-color-name
[D] w3-colorName
Correct Answer : w3-colorName
HTML टैग हैं
HTML tags are
[A] in uppercase
[B] case sensitive
[C] in lowercase
[D] not case sensitive
Correct Answer : not case sensitive
एमवीसी में मॉडल क्या है?
What is Model in MVC?
[A] Model represents server side data
[B] Model represents data stored in database
[C] Model is the lowest level of the pattern responsible for maintaining data
[D] None of the above.
Correct Answer : Model is the lowest level of the pattern responsible for maintaining data
फ़ोटोशॉप ___________ द्वारा विकसित किया गया है।
Photoshop is developed by ___________.
[A] Microsoft
[B] Google
[C] Adobe
[D] Dots
Correct Answer : Adobe
निम्नलिखित में से कौन सी एक सर्वर साइड स्क्रिप्टिंग भाषा है
Which of the following is a server side scripting language?
[A] HTML
[B] DHTML
[C] JavaScript
[D] PHP
Correct Answer : PHP
इंटरनेट डोमेन '.EDU' का उपयोग इसके लिए किया जाता है:
Internet domain '.EDU' is used for:
[A] Government institutions
[B] Major network support
[C] Educational institution
[D] Educational institution
Correct Answer : Educational institution
HTML द्वारा कितने शीर्षक टैग समर्थित हैं?
How many heading tags are supported by HTML?
[A] 3
[B] 4
[C] 5
[D] 6
Correct Answer : 6
HTML <div> तत्व का डिफ़ॉल्ट प्रदर्शन मान क्या है?
What is the default display value of an HTML <div> element?
[A] inline
[B] block
[C] inline-block
[D] flex
Correct Answer : block
पिक्सेल में किसी एक शीर्षक की ऊंचाई क्या है?
What is the height of heading one in pixels
[A] 32px
[B] 24px
[C] 18px
[D] 14px
Correct Answer : 32px
HTTP के लिए निम्न में से कौन सा पोर्ट नंबर है?
Which of the following is the port number for HTTP?
[A] 79
[B] 80
[C] 81
[D] 82
Correct Answer : 80
SGML का पूर्ण रूप क्या है?
What is the full form of SGML?
[A] Standard General Mark Language
[B] Security Generalized Markups Language
[C] Security Generalized Markup Languages
[D] Standard Generalized Markup Language
Correct Answer : Standard Generalized Markup Language
फ़ोटोशॉप के लिए डिफ़ॉल्ट एक्सटेंशन
Default Extension for photoshop
[A] .photoshop
[B] png
[C] .psd
[D] .dsp
Correct Answer : .psd
किसी भी HTML दस्तावेज़ में पहला टैग क्या होना चाहिए?
What should be the first tag in any HTML document?
[A] < html >
[B] < 1 >
[C] < start >
[D] < begin >
Correct Answer : < html >
संख्या सूची बनाने के लिए किस टैग का उपयोग किया जाता है?
Which of the tag is used to creates a number list?
[A] <li>
[B] <ol>
[C] <ul>
[D] none of these
Correct Answer : <ol>
लारवेल एक ____ ढांचा है?
Laravel is a ____ framework?
[A] PHP
[B] JavaScript
[C] Python
[D] React
Correct Answer : PHP
The Newest version of html is known as
html के नवीनतम संस्करण को कहा जाता है
[A] HTML 6.0
[B] HTML 5.2
[C] HTML 5
[D] HTML New
Correct Answer : HTML 5
फोटोशॉप में मार्की टूल कितने प्रकार के होते हैं?
How many types of Marquee tools are there in Photoshop?
[A] 5
[B] 3
[C] 2
[D] 4
Correct Answer : 4
निम्नलिखित में से कौन सा चयनकर्ता जाँचे गए तत्वों का चयन करता है?
Which of the following selector selects the elements that are checked?
[A] E ~ F
[B] ::after
[C] :checked
[D] none of the mentioned
Correct Answer : :checked
स्थिर और गतिशील वेबसाइट के बीच मुख्य अंतर क्या है?
What is the main difference between a static and a dynamic website?
[A] Static websites display the same content to all users.
[B] Dynamic websites use server-side scripting.
[C] Static websites are faster.
[D] Dynamic websites use only HTML.
Correct Answer : Static websites display the same content to all users.
मोज़िला फ़ायरफ़ॉक्स, गूगल क्रोम और एप्पल सफारी सभी ________ सॉफ्टवेयर हैं।
Mozilla Firefox, Google Chrome and Apple Safari are all ________ software.
[A] Utility
[B] Web Browser
[C] Image Editors
[D] Video Player
Correct Answer : Web Browser
जेएस टिप्पणियाँ ______ के भीतर रखी गई हैं।
JS comments are placed within the ______.
[A] //
[B] /* and */
[C] <* and *>
[D] <! And !>
Correct Answer : /* and */
Ajax का मतलब ______ है।
Ajax stands for ______.
[A] Asynchronous JavaScript and XML
[B] Asynchronous JSON and XML
[C] Asynchronous Java and XML
[D] Asynchronous JavaScript and XMLHttpRequest
Correct Answer : Asynchronous JavaScript and XML
<b> टैग का एक भाग निम्नलिखित में से कौन सा टेक्स्ट को बोल्ड बनाता है?
A part from <b> tag which of the following make the text bold?
[A] <fat>
[B] <strong>
[C] <emp>
[D] <thick>
Correct Answer : <strong>
निम्नलिखित में से कौन सा AngualarJS मॉड्यूल के लिए मान्य है
Which of the following is valid for AngualarJS module
[A] var app = angular.module(["myApp","param");
[B] var app = angular.module("myApp", []);
[C] var app = angular.module();
[D] var app = angular.module("myApp");
Correct Answer : var app = angular.module("myApp");
आप HTML फॉर्म में ड्रॉप-डाउन सूची कैसे बनाते हैं?
How do you create a drop-down list in an HTML form?
[A] <dropdown>
[B] <select>
[C] <list>
[D] <dlist>
Correct Answer : <select>
रिक्त तत्व क्या हैं और क्या यह वैध हैं?
What are Empty elements and is it valid?
[A] No, there is no such terms as Empty Element
[B] Empty elements are element with no data
[C] No, it is not valid to use Empty Element
[D] None of these
Correct Answer : Empty elements are element with no data
सार्वभौमिक चयनकर्ता किस वर्ण का उपयोग _____ के रूप में किया जाता है
What character is the universal selector used as a _____
[A] *
[B] #
[C] %
[D] $
Correct Answer : *
"WAN" का पूर्ण रूप क्या है?
What is the full form of "WAN"?
[A] Wide Access Network
[B] Wide Area Network
[C] Wifi Access Network
[D] Wifi Assigned Network
Correct Answer : Wide Area Network
कैस्केडिंग स्टाइल शीट्स (सीएसएस) के बारे में निम्नलिखित में से कौन सा सत्य नहीं है?
Which of the following is NOT true about Cascading Style Sheets (CSS)?
[A] CSS can control the layout of multiple web pages
[B] CSS supplements style formatting in HTML page
[C] Style definitions can be saved in an external CSS file
[D] Only one CSS can be used in a HTML file
Correct Answer : Only one CSS can be used in a HTML file
अनुरोधित संसाधन के लिए HTTP स्थिति कोड नहीं मिला है
The HTTP status code for requested resource not found is
[A] 400
[B] 405
[C] 404
[D] 500
Correct Answer : 404
HTML ___________ का एक उपसमुच्चय है
HTML is a subset of ___________
[A] SGMT
[B] SGML
[C] SGME
[D] XHTML
Correct Answer : SGML
पृष्ठभूमि रंग जोड़ने के लिए सही HTML क्या है?
What is the correct HTML for adding a background color?
[A] <body style = “background-color : yellow” >
[B] <body background= “yellow” >
[C] < background >yellow< /background >
[D] All of the above
Correct Answer : <body style = “background-color : yellow” >
लघु उद्धरण को परिभाषित करने के लिए किस HTML टैग का उपयोग किया जाता है?
Which HTML tag is used to define a short quotation?
[A] <quotation>
[B] <quote>
[C] <qut>
[D] <q>
Correct Answer : <q>
निम्नलिखित में से किसे जावास्क्रिप्ट में त्रुटि नहीं माना जाता है?
Which of the following is not considered as an error in JavaScript?
[A] Syntax error
[B] Missing of semicolons
[C] Division by zero
[D] Missing of Bracket
Correct Answer : Division by zero
पैराग्राफ की शुरुआत को चिह्नित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
Which of the following tag is used to mark a beginning of Paragraph?
[A] <td>
[B] <br>
[C] <p>
[D] <tr>
Correct Answer : <p>
HTML किस प्रकार की भाषा है?
What type of language is an HTML?
[A] Scripting language
[B] Programming language
[C] Markup language
[D] None of these
Correct Answer : Markup language
निम्नलिखित में से कौन सा एक वेब सर्च इंजन नहीं है?
Which of the following is NOT a web search engine?
[A] Bing
[B] Baidu
[C] Google
[D] Safari
Correct Answer : Safari
सीएसएस में, opacity0.5; क्या है, किसी तत्व के साथ क्या करें?
In CSS, what does opacity: 0.5; do to an element?
[A] It makes the element completely transparent.
[B] It makes the element 50% opaque.
[C] It makes the element 50% wider.
[D] It removes the element from the document flow.
Correct Answer : It makes the element 50% opaque.
AngularJS में निम्नलिखित में से किस निर्देश का उपयोग किया जाता है?
Which of the following directives are used in AngularJS ?
[A] ng - app
[B] nc - init
[C] Both (A) and (B)
[D] None of the above
Correct Answer : ng - app
आपके वेब पेज में छवियाँ सम्मिलित करने के लिए किस टैग का उपयोग किया जाता है?
Which tag is used to insert images into your web page ?
[A] img
[B] scr
[C] im
[D] None of the above
Correct Answer : img
जावा स्क्रिप्ट स्टेटमेंट किससे अलग किया गया है??
Java Script statement separated by in which?
[A] Colon(:)
[B] Semicolon (;)
[C] None
[D] Comma (,)
Correct Answer : Semicolon (;)
निम्न में से कौन सा CSS का प्रकार नहीं है
Which of the following is not type of CSS
[A] Inline
[B] Internal
[C] External
[D] Outline
Correct Answer : Outline
HTML पेज को पढ़ने और उसे रेंडर करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to read a HTML page and render it?
[A] Web server
[B] Web matrix
[C] Web browser
[D] None of the mentioned
Correct Answer : Web browser
………… घटना तब होती है जब उपयोगकर्ता HTML तत्व पर क्लिक करता है।
The ………… event occurs when the user clicks on an HTML element.
[A] Onclick
[B] Ondblclick
[C] Onmouseout
[D] None
Correct Answer : Onclick
किसी HTML दस्तावेज़ में बाहरी CSS फ़ाइल को शामिल करने के लिए सही सिंटैक्स क्या है?
What is the correct syntax for including an external CSS file in an HTML document?
[A] <link rel="stylesheet" href="style.css">
[B] <css href="style.css">
[C] <style src="style.css">
[D] <stylesheet link="style.css">
Correct Answer : <link rel="stylesheet" href="style.css">
वह प्रणाली जो आईपी पते को याद रखने में आसान प्रारूप में परिवर्तित करती है, कहलाती है:
The system that converts an IP address into an easy to remember format is called:
[A] Domain name system
[B] Domain numbering system
[C] Packet-switching domain system
[D] Domains
Correct Answer : Domain name system
किसी वेबपेज में वीडियो फ़ाइल चलाने के लिए किस HTML टैग का उपयोग किया जाता है?
Which HTML tag is used to play a video file in a webpage?
[A] <media>
[B] <video>
[C] <embed>
[D] <movie>
Correct Answer : <video>
UTF-8 और UTF-16 मानक किसके द्वारा विकसित किये गये हैं?
UTF-8 and UTF-16 standards are developed by
[A] W3c
[B] ISO-8859
[C] W3schools
[D] Unicode Consortium
Correct Answer : Unicode Consortium
HTML में सबसे बड़े शीर्षक के लिए सही टैग चुनें।
Choose the correct tag for largest heading in HTML.
[A] h6
[B] heading
[C] h1
[D] head
Correct Answer : h1
Var a='10' और var b=50 जब हम जोड़ते हैं तो ans अंदर होगा
Var a="10" and var b =50 when we add the ans will be in
[A] text
[B] number
[C] integer
[D] all
Correct Answer : text
अल्टा विस्टा क्या है?
What is Alta vista?
[A] Website
[B] Email
[C] Search Engine
[D] Hardware
Correct Answer : Search Engine
HTML का मतलब है -
HTML stands for –
[A] HighText Machine Language
[B] HyperText and links Markup Language
[C] HyperText Markup Language
[D] None of these
Correct Answer : HyperText Markup Language
वर्तमान HTML में बाहरी जावास्क्रिप्ट फ़ाइल लिंक
External JavaScript file link in current HTML
[A] <script link="test.js"></script>
[B] <script src="test.js"></script>
[C] <import link="test.js"></import>
[D] <script href="test.js"></script>
Correct Answer : <script src="test.js"></script>
HTML में मेटा टैग के संबंध में निम्नलिखित में से कौन सा सही है?
Which of the following is correct regarding meta tags in HTML?
[A] <meta>...</meta>
[B] <meta name=" "/>
[C] <metadata>...</metadata>
[D] <metadata name=" "/>
Correct Answer : <meta name=" "/>
क्या सीएसएस में मार्जिन में नकारात्मक मानों की अनुमति है?
Are negative values allowed in margins in css?
[A] Yes
[B] No
[C] Can't say
[D] May be
Correct Answer : Yes
w3.css में एक पैनल क्लास है जो क्रमशः किसी भी html एलिमेंट में टॉप और बॉटम मार्जिन और लेफ्ट और राइट पैडिंग जोड़ता है। निम्नलिखित में से कौनसा सही है?
w3.css has a panel class that adds top and bottom margin and left and right padding to any html elements respectively. which of the following is true?
[A] 16px, 16px, 16px, 16px
[B] 16px, 20px, 14px, 14px
[C] 16px, 16px, 14px, 14px
[D] 14px, 14px, 16px, 16px
Correct Answer : 16px, 16px, 16px, 16px
.net का विकास किसने किया?
Who developed the .net?
[A] Bill Gates
[B] Lee. N. Feyong
[C] Microsoft
[D] IBM
Correct Answer : Microsoft
w3- circle क्लास करते हैं…
w3-circle Class do…
[A] Displays content inside a circle.
[B] Displays content in the center
[C] Both a and b
[D] None
Correct Answer : Displays content inside a circle.
विभिन्न तरीकों से सीएसएस को HTML में जोड़ा जा सकता है:
Different ways in which CSS one can be added to the HTML :
[A] Inline
[B] Internal
[C] External
[D] All of the above
Correct Answer : All of the above
जो HTTP तरीका नहीं है.
Which is not a HTTP method.
[A] POST
[B] GET
[C] SET
[D] DELETE
Correct Answer : SET
बॉक्स मॉडल का कौन सा भाग पारदर्शी है?
Which part of box model is transparent?
[A] Padding
[B] Margin
[C] Border
[D] Both A and B
Correct Answer : Both A and B
ऑर्डर की गई सूची प्राप्त करने के लिए हम इसका उपयोग करते हैं
To get the ordered list we use
[A] <h1>
[B] <ul>
[C] <ol>
[D] <ml>
Correct Answer : <ol>
मेटा टैग ____ के बारे में जानकारी प्रदान करते हैं।
The meta tags provide information about the ____.
[A] Page
[B] Author
[C] When it was last updated
[D] All of the above
Correct Answer : All of the above
w3.css ग्रिड का उपयोग …………
w3.css grid uses …………
[A] Responsive web design
[B] Image gallery
[C] Encrypted data
[D] all
Correct Answer : Responsive web design
कौन सा निर्देश AngularJS variable को प्रारंभ करता है?
Which directive initializes an AngularJS variable?
[A] ng-app
[B] ng-init
[C] ng-model
[D] ng-application
Correct Answer : ng-init
"this" एक है:
“this” is a :
[A] Keyword
[B] Function
[C] Declaration Statement
[D] Data Type
Correct Answer : Keyword
एक्सएमएल का फुल फॉर्म
Full form of XML
[A] Extensible markup language
[B] Extreme Memory language
[C] Extensible Memory line
[D] Extra markup language
Correct Answer : Extensible markup language
AngularJS अभिव्यक्तियाँ _____ के अंदर लिखी जाती हैं।
AngularJS expressions are written inside _____.
[A] { expression }
[B] [{ expression }]
[C] _expression
[D] {{ expression }}
Correct Answer : {{ expression }}
नोटपैड++ किस भाषा में लिखा गया है -
Notepad++ is written in which language –
[A] PHP
[B] Python
[C] C++
[D] Java
Correct Answer : C++
एन्क्रिप्टेड डेटा ट्रांसफर के लिए उपयोग किया जाने वाला प्रोटोकॉल:
Protocol used for encrypted data transfer:
[A] Https
[B] Sftp
[C] Tcp/ip
[D] smtp
Correct Answer : Https
CSS में आपकी सामग्री की दो पंक्तियों के बीच का अंतर निम्न द्वारा निर्धारित किया जाता है:
In CSS the difference between two lines of your content is set by :
[A] min-height property
[B] line-height property
[C] max-height property
[D] none of these
Correct Answer : line-height property