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
What is the correct HTML for adding a background color
बैकग्राउंड का रंग जोड़ने के लिए सही HTML क्या है
<body color=“yellow”>
<body bgcolor='yellow'>
<background>yellow
<color background='yellow'>
Next Question
25
See Explanation !
2
What is the full form of TCP
TCP का फुल फॉर्म क्या है?
Transport Control Protocol
Transaction Control Protocol
Transmission Control Protocol
Transmission Control Point
Previous Question
Next Question
25
See Explanation !
3
Which of the following is not a semantic element?
निम्नलिखित में से कौन एक शब्दार्थ तत्व नहीं है?
<form>
<article>
<table>
<span>
Previous Question
Next Question
25
See Explanation !
4
which attribute is used to set the space between two cells
दो कोशिकाओं के बीच की जगह को सेट करने के लिए किस विशेषता का उपयोग किया जाता है
cellpadding
cellspacing
cellmargin
cellgapping
Previous Question
Next Question
25
See Explanation !
5
How do you make a list that lists its items with squares?
आप एक सूची कैसे बनाते हैं जो अपने आइटम को वर्गों के साथ सूचीबद्ध करती है?
list-style-type: square;
list-type: square;
list: square;
list-style: square;
Previous Question
Next Question
25
See Explanation !
6
The CSS property position: sticky; is used for:
सीएसएस संपत्ति की स्थिति: चिपचिपा; के लिए उपयोग किया जाता है:
Fixing the element at the top of the viewport during scrolling
Applying relative positioning to the element
Removing the element from the document flow
Center-aligning the element
Previous Question
Next Question
25
See Explanation !
7
Full form of UCE ?
UCE का पूरा रूप?
User Client Extension
User Client Email
unsolicited commercial e-mail
None of these
Previous Question
Next Question
25
See Explanation !
8
Which of the following is not a search engine?
निम्नलिखित में से कौन एक खोज इंजन नहीं है?
Google
Yahoo
Twitter
AltaVista
Previous Question
Next Question
25
See Explanation !
9
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 !
10
How do you add a comment in CSS
आप सीएसएस में एक टिप्पणी कैसे जोड़ते हैं
<!-- Comment -->
// Comment
/* Comment */
# Comment
Previous Question
Next Question
25
See Explanation !
11
________ is a supplementary protocol that allows non-ASCII data to be sent through SMTP.
________ एक पूरक प्रोटोकॉल है जो गैर - एएससीआईआई डेटा को एसएमटीपी के माध्यम से भेजने की अनुमति देता है।
SNMP
MIME
IMAP4
SCTP
Previous Question
Next Question
25
See Explanation !
12
Flow Control is performed at which of the following layer?
प्रवाह नियंत्रण निम्नलिखित में से किस परत पर किया जाता है?
Network
Physical
Data Link
None of the options
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
Correct HTML tag for the largest heading is
सबसे बड़े शीर्षक के लिए सही HTML टैग है
<head>
<h6>
<heading>
<h1>
Previous Question
Next Question
25
See Explanation !
15
How will you make all paragraph text color is 'RED' ?
आप सभी पैराग्राफ टेक्स्ट का रंग 'लाल' कैसे बनाएँगे?
p { color: red; }
p { color:rgb(255,0,0); }
p { color: rgba(255,0,0,1); }
all of the above
Previous Question
Next Question
25
See Explanation !
16
How can you open a link in a new browser Window?
आप एक नए ब्राउज़र विंडो में एक लिंक कैसे खोल सकते हैं?
<a href=" url" new>
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url"target="">
Previous Question
Next Question
25
See Explanation !
17
Which tag is used to create a numbered list in HTML
HTML में क्रमांकित सूची बनाने के लिए किस टैग का उपयोग किया जाता है
<ul>
<ol>
<li>
<dl>
Previous Question
Next Question
25
See Explanation !
18
Which is type of web hosting?
वेब होस्टिंग किस प्रकार की होती है?
Shared hosting
Virtual Hosting
Cloud Hosting
All of these
Previous Question
Next Question
25
See Explanation !
19
Which is not a text-editor
जो टेक्स्ट - एडिटर नहीं है
Sublime
ecms
Microsoft word
vi
Previous Question
Next Question
25
See Explanation !
20
What is the purpose of the <form> tag in HTML
<form> HTML में टैग का उद्देश्य क्या है
To collect user input
To create a table
To display images
To create links
Previous Question
Next Question
25
See Explanation !
21
Which of the following protocol is used by electronic mail?
निम्नलिखित में से किस प्रोटोकॉल का उपयोग इलेक्ट्रॉनिक मेल द्वारा किया जाता है?
telnet
ftp
smtp
rdp
Previous Question
Next Question
25
See Explanation !
22
Which selector targets only <li> elements that are directly under an <ul>?
कौन सा चयनकर्ता केवल
ul > li
ul li
ul + li
ul ~ li
Previous Question
Next Question
25
See Explanation !
23
The latest HTML standard is
नवीनतम एचटीएमएल मानक है
XML
SGML
HTML 4.0
HTML 5.0
Previous Question
Next Question
25
See Explanation !
24
Which is not type of e-commerce?
ई - कॉमर्स का प्रकार क्या नहीं है?
Business to Business (B2B)
Business to Customer (B2C)
Alpha-commerce (AC)
Consumer-to-business (C2B)
Previous Question
Next Question
25
See Explanation !
25
The invalid domain word (name) for Email address ?
ईमेल पते के लिए अमान्य डोमेन शब्द (नाम)?
Gov
Fun
Com
Mil
Previous Question