Home
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Other Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2024
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
The CSS property display: flex; is used to
CSS प्रॉपर्टी डिस्प्ले: flex; का उपयोग किया जाता है
Make an element inline-block
Create a block-level flex container
Apply a shadow to the element
Change the font size of the element
Next Question
25
See Explanation !
2
How many types we can apply CSS?
हम CSS को कितने प्रकार से लागू कर सकते हैं?
1
2
3
None of these
Previous Question
Next Question
25
See Explanation !
3
What does the CSS property position: fixed; do
सीएसएस संपत्ति की स्थिति क्या है: स्थिर; करें
Positions the element relative to its normal position
Centers the element on the page
Removes the element from the document flow
Fixes the element to a specified position in the viewport
Previous Question
Next Question
25
See Explanation !
4
How do you select all <p> elements that are children of
elements
आप सभी को कैसे चुनते हैं
div > p
div + p
div p
div, p
Previous Question
Next Question
25
See Explanation !
5
How can you open a link in its own unique new window?
आप अपनी अनोखी नई विंडो में एक लिंक कैसे खोल सकते हैं?
TARGET=”_NEW_WINDOW”
TARGET=”NEW”
TARGET=”_BLANK”
TARGET=”_NEW”
Previous Question
Next Question
25
See Explanation !
6
The CSS property text-transform: uppercase; is used to:
CSS प्रॉपर्टी टेक्स्ट - ट्रांसफ़ॉर्म: अपरकेस; का उपयोग करने के लिए किया जाता है:
Transform the text to italics
Change the text color to uppercase
Apply uppercase letters to the text
Set the font size to uppercase
Previous Question
Next Question
25
See Explanation !
7
To start a list using filled circles we use
हमारे द्वारा उपयोग की जाने वाली भरी हुई मंडलियों का उपयोग करके एक सूची शुरू करने के लिए
<ul type:"disc">
<ul type="round">
<ul type="disc">
<ul type:"round">
Previous Question
Next Question
25
See Explanation !
8
Which selector is being used to specify a group of elements
तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जा रहा है
Name
ID
Class
Tag
Previous Question
Next Question
25
See Explanation !
9
What is the default font size of HTML text
HTML टेक्स्ट का डिफ़ॉल्ट फ़ॉन्ट आकार क्या है
3
4
5
7
Previous Question
Next Question
25
See Explanation !
10
Which CSS pseudo-class is used to select an element when it is being clicked
क्लिक किए जाने पर किसी तत्व का चयन करने के लिए किस CSS स्यूडो - क्लास का उपयोग किया जाता है
:link
:visited
:active
:hover
Previous Question
Next Question
25
See Explanation !
11
Which entity will generate ‘&’ symbol?
कौन सी इकाई ‘&' उत्पन्न करेगी
& a n d ;
& a m p ;
&ann;
None of the above
Previous Question
Next Question
25
See Explanation !
12
When an empty statement is encountered, a JavaScript interpreter __________
जब एक खाली कथन का सामना किया जाता है, तो एक जावास्क्रिप्ट दुभाषिया __________
Ignores the statement
Prompts to complete the statement
Throws an error
Shows a warning
Previous Question
Next Question
25
See Explanation !
13
Identify where a <section> element can be used.
पहचानें कि किसी <section> एलिमेंट का इस्तेमाल कहाँ किया जा सकता है।
Chapters
Introduction
News Item
All the above
Previous Question
Next Question
25
See Explanation !
14
Which of the following classes is used to add rounded corners to an element
निम्नलिखित में से किस वर्ग का उपयोग किसी तत्व में गोल कोनों को जोड़ने के लिए किया जाता है
w3-corner
w3-rounded
w3-round
w3-border-radius
Previous Question
Next Question
25
See Explanation !
15
What is the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग क्या है
<h1>
<h6>
<head>
<heading>
Previous Question
Next Question
25
See Explanation !
16
The OSI model consists of _______ layers.
OSI मॉडल में _______ परतें होती हैं।
Three
Five
Seven
Eight
Previous Question
Next Question
25
See Explanation !
17
Which W3.CSS Class Properties are not included in w3-table-all Class
कौन से W3.CSS क्लास प्रॉपर्टीज w3- टेबल - ऑल क्लास में शामिल नहीं हैं
w3-striped
w3-border
w3-centered
w3-table
Previous Question
Next Question
25
See Explanation !
18
JavaScript is ideal to ________
जावास्क्रिप्ट ________ के लिए आदर्श है
make computations in HTML simpler
minimize storage requirements on the web server
increase the download time for the client
increase the loading time of the website
Previous Question
Next Question
25
See Explanation !
19
What is the default type of input tag
इनपुट टैग का डिफ़ॉल्ट प्रकार क्या है
text
radio
password
date
Previous Question
Next Question
25
See Explanation !
20
Service which helps an organization to host a website on the Web Server
सेवा जो किसी संगठन को वेब सर्वर पर किसी वेबसाइट की मेजबानी करने में मदद करती है
Web Service
Web Hosting
Web Marketing
Web Publishing
Previous Question
Next Question
25
See Explanation !
21
Which of the following represents an internal style sheet?
निम्नलिखित में से कौन एक आंतरिक स्टाइल शीट का प्रतिनिधित्व करता है?
style=”tag{property:value;}”
<style> tag{property: value;} </style>
css=”tag{property=value;}”
<style> tag{property=value;} </style>
Previous Question
Next Question
25
See Explanation !
22
Network interface card physical address is known as ?
नेटवर्क इंटरफ़ेस कार्ड का भौतिक पता किसके रूप में जाना जाता है?
MAC Address
Process Number
Modem ID
Hard Disk Number
Previous Question
Next Question
25
See Explanation !
23
Which is not a valid encoding standard not present in Notepad++?
नोटपैड में कौन सा मान्य एन्कोडिंग मानक मौजूद नहीं है?
ANSI
UTF-8
UTF-8 BOM
UTF-16
Previous Question
Next Question
25
See Explanation !
24
What is the default ‘type’ attribute of <input> element?
की डिफ़ॉल्ट ‘प्रकार‘ विशेषता क्या है
text
password
numerals
date
Previous Question
Next Question
25
See Explanation !
25
A computer communication technology that provides a way to interconnect multiple computers across short distance is
एक कंप्यूटर संचार तकनीक जो कम दूरी में कई कंप्यूटरों को आपस में जोड़ने का एक तरीका प्रदान करती है
LAN
WAN
MAN
None of the above
Previous Question