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
How do you apply a background image to an element in CSS?
आप CSS में किसी एलिमेंट पर बैकग्राउंड इमेज कैसे लगाते हैं?
image: url('background.jpg');
background-image: url('background.jpg');
img: url('background.jpg');
background: url('background.jpg');
Next Question
25
See Explanation !
2
JavaScript was invented by _____
जावास्क्रिप्ट का आविष्कार _____ द्वारा किया गया था
HelSinki Linus
W3 Group
Brendan Eich
James Gossling
Previous Question
Next Question
25
See Explanation !
3
Which of the following HTML tag is used to add a row in a table?
तालिका में एक पंक्ति जोड़ने के लिए निम्नलिखित में से किस HTML टैग का उपयोग किया जाता है?
<th>
<td>
<tr>
<tt>
Previous Question
Next Question
25
See Explanation !
4
Which class in W3.CSS changes the text color to black
W3.CSS में कौन सा वर्ग टेक्स्ट का रंग बदलकर काला कर देता है
w3-black-text
w3-text-black
w3-black
w3-txt-black
Previous Question
Next Question
25
See Explanation !
5
What is the value of rel attribute to describe a favicon?
फ़ेविकॉन का वर्णन करने के लिए rel विशेषता का मान क्या है?
favicon
image
icon
fav
Previous Question
Next Question
25
See Explanation !
6
___________ is used to enable the use of active documents
___________ का उपयोग सक्रिय दस्तावेजों के उपयोग को सक्षम करने के लिए किया जाता है
HTML
CGI
JAVA
All the above
Previous Question
Next Question
25
See Explanation !
7
The <small> and <big> tags are special in a what way?
small Tag और big टैग किस तरह से विशेष हैं?
They are for images only
They work on anything
They can be repeated
None of the above
Previous Question
Next Question
25
See Explanation !
8
Bootstrap was first introduced in ____
बूटस्ट्रैप को पहली बार ____ में पेश किया गया था
google
twitter
instagram
snapchat
Previous Question
Next Question
25
See Explanation !
9
The internet originated from the concept of
इंटरनेट की अवधारणा से उत्पन्न हुआ
Microsoft
ARPANET
Web
IBM
Previous Question
Next Question
25
See Explanation !
10
HTML is
HTML है
Hyper Text Markedup Language
Hyper Text Markup Language
Hyper Text Marked Language
Hyper Text Marking Language
Previous Question
Next Question
25
See Explanation !
11
Which is not a HTTP method.
जो HTTP विधि नहीं है।
Post
GET
SET
Delete
Previous Question
Next Question
25
See Explanation !
12
Find the odd one out:
विषम चुनें
Adobe PageMill and SiteMill
NetScape Navigator Gold
Microsoft FrontPage
DOS
Previous Question
Next Question
25
See Explanation !
13
Which of the following selector selects an element that has no childern ?
निम्नलिखित में से कौन सा चयनकर्ता एक ऐसे तत्व का चयन करता है जिसमें कोई चाइल्डर्न नहीं है ?
:empty
:nochild
:inheritance
:no-child
Previous Question
Next Question
25
See Explanation !
14
What is the meaning of CC in Email?
ईमेल में CC का क्या अर्थ है?
Cut and Copy
Copy Case
Carbon Copy
None of the above
Previous Question
Next Question
25
See Explanation !
15
A Cookie is _____
एक कुकी _____ है
An advertisement displayed on a web page
A program that records web site visits
Information stored by web server on client system
A technology to store password on client system
Previous Question
Next Question
25
See Explanation !
16
Angular js is a type of open source framework for
कोणीय js एक प्रकार का ओपन सोर्स फ्रेमवर्क है
Front end
Back end
Full end
All of above
Previous Question
Next Question
25
See Explanation !
17
Which tag creates a check box for a from in HTML?
कौन सा टैग HTML में FROM के लिए एक चेक बॉक्स बनाता है?
<checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
Previous Question
Next Question
25
See Explanation !
18
What is full form of URL
URL का फुल फॉर्म क्या है
Uniform Resource Locator
Unique Resource Locator
Uniform Resource Location
Under Resource Locator
Previous Question
Next Question
25
See Explanation !
19
Which method is secure to transfer form data to server
फ़ॉर्म डेटा को सर्वर पर ट्रांसफ़र करने के लिए कौन - सी विधि सुरक्षित है
SAFE
GET
SECURE
POST
Previous Question
Next Question
25
See Explanation !
20
How do you make each word in a text start with a capital letter?
आप टेक्स्ट में प्रत्येक शब्द को बड़े अक्षर से कैसे शुरू करते हैं?
You can't do that with CSS
transform:capitalize
text-style:capitalize
text-transform:capitalize
Previous Question
Next Question
25
See Explanation !
21
In HTML5, which input type provides a color picker interface in supporting browsers
HTML5 में, कौन सा इनपुट प्रकार सहायक ब्राउज़रों में एक रंग पिकर इंटरफ़ेस प्रदान करता है
type="color"
type="palette"
type="hue
type="shade"
Previous Question
Next Question
25
See Explanation !
22
What is not true about External Style sheet?
बाहरी स्टाइल शीट के बारे में क्या सच नहीं है?
It is a separate document that contains CSS rules
It separates content from the presentation but both are still contained in a single file
It separates the content and style into separate files
It allows a web designer and a content author to work in parallel
Previous Question
Next Question
25
See Explanation !
23
Which of the following property is used to make the text bold is CSS?
निम्नलिखित में से किस प्रॉपर्टी का उपयोग टेक्स्ट को बोल्ड बनाने के लिए किया जाता है CSS?
font-weight:bold;
text-decoration:bold;
text:bold;
font:bold;
Previous Question
Next Question
25
See Explanation !
24
____________ is a protocol for retrieving e-mail messages which can be used as an alternative to the POP3.
____________ ई - मेल संदेशों को पुनः प्राप्त करने के लिए एक प्रोटोकॉल है जिसका उपयोग POP3 के विकल्प के रूप में किया जा सकता है।
SNMP
POP3
IMAP4
SCTP
Previous Question
Next Question
25
See Explanation !
25
Simple mail transfer protocol (SMTP) utilizes _______ as the transport layer protocol for electronic mail transfer.
सरल मेल ट्रांसफर प्रोटोकॉल (SMTP) इलेक्ट्रॉनिक मेल ट्रांसफर के लिए ट्रांसपोर्ट लेयर प्रोटोकॉल के रूप में _______ का उपयोग करता है।
TCP
UDP
DCCP
SCTP
Previous Question