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
With which element can the figcaption be used?
अंजीर को किस तत्व के साथ इस्तेमाल किया जा सकता है?
figure
caption
caption
any tag
Next Question
25
See Explanation !
2
How does the “for” attribute of label links to input box?
इनपुट बॉक्स में लेबल लिंक की "for" विशेषता कैसे होती है?
set the “name” attribute of input to same value as “for” attribute
set the “value” attribute of input to same value as “for” attribute
set the “id” attribute of input to same value as “for” attribute
all the above options are necessary
Previous Question
Next Question
25
See Explanation !
3
If send email is not in sender sent-box nor in the inbox of receiver then where it will be ? Choose the correct option
यदि ईमेल भेजना प्रेषक द्वारा भेजे गए बॉक्स में नहीं है और न ही रिसीवर के इनबॉक्स में है तो यह कहाँ होगा ? सही विकल्प चुनें
In Draft
In Sent-box
In Outbox
None of the above
Previous Question
Next Question
25
See Explanation !
4
Secure Shell or SSH is a __________ protocol that allows data to be exchanged using a secure channel between two networked devices.
सिक्योर शेल या एसएसएच एक __________ प्रोटोकॉल है जो दो नेटवर्क उपकरणों के बीच एक सुरक्षित चैनल का उपयोग करके डेटा का आदान - प्रदान करने की अनुमति देता है।
Network
Control
Internet
Gateway
Previous Question
Next Question
25
See Explanation !
5
Which of the following markup languages are based on SGML ?
निम्नलिखित में से कौन सी मार्कअप भाषाएँ SGML पर आधारित हैं?
VHML
XML
CFML
SML
Previous Question
Next Question
25
See Explanation !
6
What is the default font size of HTML text
HTML टेक्स्ट का डिफ़ॉल्ट फ़ॉन्ट आकार क्या है
3
4
5
7
Previous Question
Next Question
25
See Explanation !
7
Can the element <h1> be replaced with <H1>?
क्या तत्व h1 टैग को H1 टैग से प्रतिस्थापित किया जा सकता है?
No, they represent different elements altogether
Yes, both are same
First is correct only
Second is correct only
Previous Question
Next Question
25
See Explanation !
8
How do you include W3.CSS in your HTML document
आप अपने HTML दस्तावेज़ में W3.CSS को कैसे शामिल करते हैं
" id="7=>opt1">
" id="7=>opt2">
" id="7=>opt3">
All of the above
Previous Question
Next Question
25
See Explanation !
9
Which of the following type of variable is visible everywhere in your JavaScript code?
निम्नलिखित में से कौन सा चर आपके जावास्क्रिप्ट कोड में हर जगह दिखाई देता है?
Global variable
Local variable
Both (a) and (b)
None of the above
Previous Question
Next Question
25
See Explanation !
10
What is the correct CSS syntax for making all the <p> elements bold?
सभी को बनाने के लिए सही CSS वाक्यविन्यास क्या है
<p style="font-size:bold;">
p {text-size:bold;}
<p style="text-size:bold;">
p {font-weight:bold;}
Previous Question
Next Question
25
See Explanation !
11
To start a list at the count of 3 we use
3 की गिनती पर एक सूची शुरू करने के लिए हम
<ol begin=”3”>
<ol list=”3”>
<ol start=”3”>
<ol num=”3”>
Previous Question
Next Question
25
See Explanation !
12
In which classes to give hoverable background colors to the text and buttons by using:
किस क्लास में टेक्स्ट और बटन को होवर करने योग्य बैकग्राउंड रंग देना है:
w3-hover-color
w3.hover-color
w3:hover-color
w3-hoverable-color
Previous Question
Next Question
25
See Explanation !
13
Which class makes the text bold in W3.CSS
W3.CSS में कौन सी क्लास टेक्स्ट को बोल्ड बनाती है
w3-bold
w3-strong
w3-font-bold
w3-text-bold
Previous Question
Next Question
25
See Explanation !
14
Twitter is example of
ट्विटर इसका उदाहरण है
E-mail System
System application
Social Networking
Web URL
Previous Question
Next Question
25
See Explanation !
15
Which HTML tag produces the biggest heading?
कौन सा HTML टैग सबसे बड़ा शीर्षक उत्पन्न करता है?
<h7>
<h4>
<h9>
<h1>
Previous Question
Next Question
25
See Explanation !
16
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 !
17
How do we write comments in HTML?
हम HTML में टिप्पणियाँ कैसे लिखते हैं?
</ comment text >
<!-- comment text -->
</ comment text />
< comment text !>
Previous Question
Next Question
25
See Explanation !
18
What is the role of charset attribute? It specifies
चारसेट विशेषता की भूमिका क्या है? यह निर्दिष्ट करता है
a scheme to be used to interpret the value of the content attribute
a name for the metadata
the character encoding for the HTML document
none of the mentioned
Previous Question
Next Question
25
See Explanation !
19
Which converter is present in Notepad++?
नोटपैड में कौन सा कनवर्टर मौजूद है?
ASCII to HEX
ASCII to OCT
HEX to ASCII
Both (A) and (C)
Previous Question
Next Question
25
See Explanation !
20
____tag embeds CSS in a webpage.
____टैग एक वेबपेज में CSS एम्बेड करता है।
<html>
<style>
<css>
<xml>
Previous Question
Next Question
25
See Explanation !
21
How long can a video be recorded and posted on Instagram?
इंस्टाग्राम पर वीडियो कब तक रिकॉर्ड और पोस्ट किया जा सकता है?
60 Sec.
30 Sec.
5 Min.
2 Min.
Previous Question
Next Question
25
See Explanation !
22
To zoom an image on a mouse hover
माउस होवर पर किसी इमेज को ज़ूम करने के लिए
Transition
Transform
Both a and b
None of these
Previous Question
Next Question
25
See Explanation !
23
A networking standard developed by Xerox, Intel and DEC; capable of connecting as many as 1,024 workstations and transmitting data at a maximum speed of 10 Mbps
जेरोक्स, इंटेल और दिसंबर द्वारा विकसित एक नेटवर्किंग मानक; 10 एमबीपीएस की अधिकतम गति से 1,024 वर्कस्टेशन को जोड़ने और डेटा संचारित करने में सक्षम
Ethernet
FDDI
File Transfer protocol
Gopher
Previous Question
Next Question
25
See Explanation !
24
bgcolor attribute us used in which tag
bgcolor विशेषता हमें किस टैग में उपयोग की जाती है
<table>
<tr>
<td>
All of the above
Previous Question
Next Question
25
See Explanation !
25
What is the correct syntax for a keyframe in CSS
सीएसएस में कीफ्रेम के लिए सही वाक्यविन्यास क्या है
@frames
@keyframe
@keyframes
@animation-frames
Previous Question