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
Which tag is used to increase the font size of the displayed text?
प्रदर्शित पाठ के फ़ॉन्ट आकार को बढ़ाने के लिए किस टैग का उपयोग किया जाता है?
<large></large>
<big></big>
<size></size>
<font></font>
Next Question
25
See Explanation !
2
The CSS property transition-delay is used to:
CSS प्रॉपर्टी ट्रांज़िशन - डिले का इस्तेमाल इन चीज़ों के लिए किया जाता है:
Set the duration of the transition effect
Define the property being transitioned
Specify the starting value of the transitioned property
Introduce a delay before the transition effect begins
Previous Question
Next Question
25
See Explanation !
3
Choose the correct HTML tag to make a text italic.
टेक्स्ट इटैलिक बनाने के लिए सही HTML टैग चुनें।
<li>
<italics>
<italic>
<i>
Previous Question
Next Question
25
See Explanation !
4
What does the w3-hover-shadow class do
डब्ल्यू3 - होवर - शैडो क्लास क्या करता है
Adds a shadow when the element is clicked
Adds a shadow when the element is hovered over
Adds a permanent shadow
Adds a glowing effect
Previous Question
Next Question
25
See Explanation !
5
Which tag is used to create a dropdown in HTML Form?
HTML फ़ॉर्म में ड्रॉपडाउन बनाने के लिए किस टैग का उपयोग किया जाता है?
<input>
<select>
<text>
<textarea>
Previous Question
Next Question
25
See Explanation !
6
Which of the following are attributes of front tag?
निम्नलिखित में से कौन से फ्रंट टैग के गुण हैं?
size
face
color
All of the above
Previous Question
Next Question
25
See Explanation !
7
Main protocol used in internet
इंटरनेट में इस्तेमाल किया जाने वाला मुख्य प्रोटोकॉल
X.25
IPX/SPX
TCP/IP
Token Bus
Previous Question
Next Question
25
See Explanation !
8
Which property specifies the duration of a transition effect
कौन सी संपत्ति संक्रमण प्रभाव की अवधि निर्दिष्ट करती है
transition-speed
animation-duration
. transition-duration
duration
Previous Question
Next Question
25
See Explanation !
9
Which is the most popular social media?
सबसे लोकप्रिय सोशल मीडिया कौन सा है?
Whatsapp
facebook
youtube
None
Previous Question
Next Question
25
See Explanation !
10
The <aside> element is typically used for:
<aside> एलिमेंट का इस्तेमाल आमतौर पर इन चीज़ों के लिए किया जाता है:
Grouping navigation links
Defining content related to the main content but placed separately
Marking the primary content on a webpage
Displaying a footer for a document
Previous Question
Next Question
25
See Explanation !
11
The complete form of B2B is
B2B का पूरा रूप है -
Base to Base
Base to Business
Business-to-Business
Business-to-Base
Previous Question
Next Question
25
See Explanation !
12
What will happen in the following case ? h1 {color: red text-decoration: underline; font-style: italic;}
निम्नलिखित मामले में क्या होगा? h1 {color: red text - decoration: underline; font - style: italic;}
color: red, text-decoration: underline and font-style: italic all works
text-decoration: underline and font-style: italic works
color red, text-decoration: underline works
only font-style: italic works
Previous Question
Next Question
25
See Explanation !
13
Which is not a valid meta search engine?
मान्य मेटा सर्च इंजन कौन सा नहीं है?
Yahoo
startpage
Excite
DuckDuckGo
Previous Question
Next Question
25
See Explanation !
14
Protocol assigns IP address to the client connected in the Internet?
प्रोटोकॉल इंटरनेट से जुड़े क्लाइंट को आईपी एड्रेस असाइन करता है?
DHCP
IP
TCP
Telnet
Previous Question
Next Question
25
See Explanation !
15
How can one change the font of an element?
कोई किसी तत्व के फ़ॉन्ट को कैसे बदल सकता है?
f:
Font:
Font-family
Font:b
Previous Question
Next Question
25
See Explanation !
16
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
Previous Question
Next Question
25
See Explanation !
17
What is the correct way to declare a document as HTML5
किसी दस्तावेज़ को HTML5 घोषित करने का सही तरीका क्या है
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!DOCTYPE html>
<!DOCTYPE html5>
Previous Question
Next Question
25
See Explanation !
18
The CSS property position: static; is used to
CSS प्रॉपर्टी की स्थिति: static; का उपयोग किया जाता है
Fix the element at the top of the viewport during scrolling
Remove the element from the document flow
Position the element relative to its normal position
Center-align the element on the page
Previous Question
Next Question
25
See Explanation !
19
The pseudoclass is activated when the user moves the mouse cursor over the specified element.
जब उपयोगकर्ता माउस कर्सर को निर्दिष्ट तत्व पर ले जाता है तो स्यूडोक्लास सक्रिय हो जाता है।
mouse over
mouse hover
hover
mouse move
Previous Question
Next Question
25
See Explanation !
20
What is the correct syntax for creating a hyperlink
हाइपरलिंक बनाने के लिए सही वाक्यविन्यास क्या है
<a href='url'>
<a link='url'>
<a name='url'>
<a src='url'>
Previous Question
Next Question
25
See Explanation !
21
The CSS property font-weight is used to control:
CSS प्रॉपर्टी फ़ॉन्ट - वेट को नियंत्रित करने के लिए उपयोग किया जाता है:
The size of the font
The thickness of the font characters
The color of the font
The spacing between letters
Previous Question
Next Question
25
See Explanation !
22
Which of the following can be used as a prefix for Directives ?
निर्देशों के उपसर्ग के रूप में निम्नलिखित में से किसका उपयोग किया जा सकता है?
data
ng-
Both (A) and (B)
None of the above
Previous Question
Next Question
25
See Explanation !
23
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 !
24
How can you select all elements of a specific class in CSS
आप सीएसएस में एक विशिष्ट वर्ग के सभी तत्वों का चयन कैसे कर सकते हैं
#classname
.classname
element.classname
*classname
Previous Question
Next Question
25
See Explanation !
25
What should be enable to send and receive email from personal computer
पर्सनल कंप्यूटर से ईमेल भेजने और प्राप्त करने के लिए क्या सक्षम होना चाहिए
Network
LAN
MAN
Internet
Previous Question