Syllabus
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
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
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
CSS
Javascript
Python
Practical Questions
New!
Log in
Sign Up
O Level Papers!
M2 R5: Web Designing and Publishing
Set
25
See Explanation !
1
From the below mentioned CSS properties, which of the following is used to make the text bold?
नीचे वर्णित CSS गुणों में से, टेक्स्ट को बोल्ड बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Text-align: bold
Font-style: bold
Font-weight: bold
Text-decoration: bold
Next Question
25
See Explanation !
2
How many characters can be tweeted in Twitter?
ट्विटर में कितने कैरेक्टर ट्वीट किए जा सकते हैं?
140
280
380
144
Previous Question
Next Question
25
See Explanation !
3
In ______________ Internet Connection, the user will get only a textual matter of a Web Page.
______________ इंटरनेट कनेक्शन में, उपयोगकर्ता को वेब पेज का केवल एक टेक्स्ट मैटर मिलेगा।
Shell
Dial up
TCP/IP
ISDN
Previous Question
Next Question
25
See Explanation !
4
To add rounded corners to an image which class is used:
किसी इमेज में गोल कोनों को जोड़ने के लिए किस क्लास का उपयोग किया जाता है:
w3-round corner
w3-rounded
w3-round
None of these
Previous Question
Next Question
25
See Explanation !
5
How do you make the text bold using CSS?
आप CSS का उपयोग करके टेक्स्ट को बोल्ड कैसे बनाते हैं?
style:bold;
font:bold;
font-weight:bold;
text:bold;
Previous Question
Next Question
25
See Explanation !
6
What will be the step of the interpreter in a jump statement when an exception is thrown?
जब कोई अपवाद फेंक दिया जाता है, तो JUMP कथन में दुभाषिया का चरण क्या होगा?
The interpreter stops its work
The interpreter throws another exception
The interpreter jumps to the nearest enclosing exception handler
The interpreter throws an error
Previous Question
Next Question
25
See Explanation !
7
which attribute is used to set the space between two cells
दो कोशिकाओं के बीच की जगह को सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellpadding
cellspacing
cellmargin
cellgapping
Previous Question
Next Question
25
See Explanation !
8
Integer variable is declared using following syntax in Js.
Js में निम्नलिखित वाक्यविन्यास का उपयोग करके पूर्णांक चर घोषित किया जाता है।
int num;
integer num;
Integer nums;
var num;
Previous Question
Next Question
25
See Explanation !
9
In OSI model cable is used in
OSI मॉडल में केबल का उपयोग किया जाता है
Physical Laye
Network layer
Transport layer
Data link layer
Previous Question
Next Question
25
See Explanation !
10
What does the class w3-container do
वर्ग w3 - कंटेनर क्या करता है
Adds a container with padding
Centers text in an element
Applies a specific font size
Adds a border to an element
Previous Question
Next Question
25
See Explanation !
11
The tag used for creating hypertext and hypermedia links is
हाइपरटेक्स्ट और हाइपरमीडिया लिंक बनाने के लिए उपयोग किया जाने वाला टैग है
<hr>
<br>
<pre>
<a>
Previous Question
Next Question
25
See Explanation !
12
Which of the following is the container for <tr>, <th>, and <td> ?
निम्नलिखित में से किसके लिए कंटेनर है
<data>
<table>
<group>
All of the above
Previous Question
Next Question
25
See Explanation !
13
Which of the following directives allows one to use form ?
निम्नलिखित में से कौन सा निर्देश किसी को फ़ॉर्म का उपयोग करने की अनुमति देता है?
ng-app
ng-form
ng-controller
ng-bind
Previous Question
Next Question
25
See Explanation !
14
Which tag is a container?
कौन सा टैग एक कंटेनर है?
<body>
<br>
<hr>
<img>
Previous Question
Next Question
25
See Explanation !
15
An Internet E-mail message consists of ___________ components
एक इंटरनेट ई - मेल संदेश में ___________ घटक होते हैं
Two
Three
Four
Five
Previous Question
Next Question
25
See Explanation !
16
How do you target the last child of a parent element
आप माता - पिता तत्व के अंतिम बच्चे को कैसे लक्षित करते हैं
:nth-child(last)
:last-child
:only-child
:nth-last-child(1)
Previous Question
Next Question
25
See Explanation !
17
Where is the signature in an email?
ईमेल में हस्ताक्षर कहाँ है?
Center
Left
Right
Bottom
Previous Question
Next Question
25
See Explanation !
18
The main container for <tr>, <td> and <th> is
tr,td,th के लिए मुख्य कंटेनर
<data>
<group>
<table>
none of the above
Previous Question
Next Question
25
See Explanation !
19
What does the CSS property display: none; do
सीएसएस प्रॉपर्टी क्या प्रदर्शित करती है: कोई नहीं; क्या करें
Hides the element
Changes the font
Increases the element's size
Makes the element visible
Previous Question
Next Question
25
See Explanation !
20
A web browser is a __________side software program which communicates with web servers on the internet and request information wanted by users
एक वेब ब्राउज़र एक __________साइड सॉफ्टवेयर प्रोग्राम है जो इंटरनेट पर वेब सर्वरों के साथ संचार करता है और उपयोगकर्ताओं द्वारा वांछित जानकारी का अनुरोध करता है
Client
Server
Peer to peer
Host
Previous Question
Next Question
25
See Explanation !
21
Which one of the following is an empty Tag
निम्नलिखित में से कौन सा एक खाली टैग है
<input>
<marquee>
<p>
<table>
Previous Question
Next Question
25
See Explanation !
22
The CSS property outline: none; is used to:
CSS प्रॉपर्टी की रूपरेखा: कोई नहीं; इसका उपयोग किया जाता है:
Remove the border of an element
Remove the shadow of an element
Remove the outline of an element
Remove the background color of an element
Previous Question
Next Question
25
See Explanation !
23
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 !
24
What is the correct HTML for adding a background color
बैकग्राउंड का रंग जोड़ने के लिए सही HTML क्या है
<body color=“yellow”>
<body bgcolor='yellow'>
<background>yellow
<color background='yellow'>
Previous Question
Next Question
25
See Explanation !
25
Identify the invalid HTML event
अमान्य HTML ईवेंट की पहचान करें
unload
load
onmouseout
onmouseover
Previous Question