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
The CELLSPACING attribute is used to ___
CELLSPACING विशेषता का उपयोग ___ के लिए किया जाता है
Specify the colour of the border
Specify the thickness of the border
Specify the space between cells
Specify the space between text and border
Next Question
25
See Explanation !
2
Which of the following is not an HTML 5 Tag?
इनमें से कौन सा HTML 5 टैग नहीं है?
<span>
<nav>
<frameset>
None of these
Previous Question
Next Question
25
See Explanation !
3
The CSS property visibility: hidden; does what to an element
CSS प्रॉपर्टी विज़िबिलिटी: छिपी हुई; किसी एलिमेंट को क्या करती है
Hides the element but preserves the space it occupies
Makes the element transparent
Removes the element from the document flow
Makes the element visible
Previous Question
Next Question
25
See Explanation !
4
Which element works similar to <b> element?
कौन सा तत्व किसके समान काम करता है
<fat>
<strong>
<black>
<emp>
Previous Question
Next Question
25
See Explanation !
5
Which of the following is not included in the framework ?
निम्नलिखित में से कौन सा फ्रेमवर्क में शामिल नहीं है?
font sizes
css reset
button styles
forms
Previous Question
Next Question
25
See Explanation !
6
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 !
7
Which of the following CSS selectors are used to specify a group of elements
तत्वों के समूह को निर्दिष्ट करने के लिए निम्नलिखित CSS चयनकर्ताओं में से किसका उपयोग किया जाता है
tag
id
class
both class and tag
Previous Question
Next Question
25
See Explanation !
8
Identify the browser which can render HTML 5 tags?
उस ब्राउज़र की पहचान करें जो HTML 5 टैग प्रस्तुत कर सकता है?
Safari
Chrome
Edge
All the above
Previous Question
Next Question
25
See Explanation !
9
Which of the following is used to create an ordered list in HTML?
HTML में ऑर्डर की गई सूची बनाने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
<ul>
<ol>
<pl>
<hl>
Previous Question
Next Question
25
See Explanation !
10
How can you select all direct child elements of a specific parent in CSS
आप सीएसएस में एक विशिष्ट माता - पिता के सभी प्रत्यक्ष बाल तत्वों का चयन कैसे कर सकते हैं
parent > child
parent child
parent .child
parent + child
Previous Question
Next Question
25
See Explanation !
11
The BODY tag is usually used after
BODY टैग का उपयोग आमतौर पर निम्नलिखित के बाद किया जाता है
HTML tag
HEAD tag
TITLE tag
EM tag
Previous Question
Next Question
25
See Explanation !
12
URL specifies the following: i) protocol used ii) domain name of server hosting web page iii) name of folder with required information iv) name of document formatted using HTML v) the name of ISP
URL निम्नलिखित निर्दिष्ट करता है: i) प्रोटोकॉल का उपयोग किया गया ii) सर्वर होस्टिंग वेब पेज का डोमेन नाम iii) आवश्यक जानकारी वाले फ़ोल्डर का नाम iv) HTML v का उपयोग करके स्वरूपित दस्तावेज़ का नाम) ISP का नाम
i), ii), iii), iv)
ii), iii), iv), v)
i), iii), iv)
i), ii), iii), v)
Previous Question
Next Question
25
See Explanation !
13
Which of the following is the correct syntax for a CSS ID selector
सीएसएस आईडी चयनकर्ता के लिए निम्नलिखित में से कौन सा सही वाक्यविन्यास है
#idname {}
.idname {}
idname {}
*idname {}
Previous Question
Next Question
25
See Explanation !
14
What is the correct way in which we can start an ordered list that has the numeric value count of 5?
सही तरीका क्या है जिसमें हम एक क्रमबद्ध सूची शुरू कर सकते हैं जिसमें 5 की संख्यात्मक मान गणना है?
<ol type = “1” start = “5”>
<ol type = “1” num = “5”>
<ol type = “1” begin = “5”>
<ol type = “1” initial = “5”>
Previous Question
Next Question
25
See Explanation !
15
Which box overflows with emails generally ?
कौन सा बॉक्स आमतौर पर ईमेल के साथ ओवरफ्लो होता है?
Inbox
Outbox
AddressBox
Messagebox
Previous Question
Next Question
25
See Explanation !
16
Which of the following can be used to call a JavaScript Code Snippet?
जावास्क्रिप्ट कोड स्निपेट को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जा सकता है?
Function/Method
Preprocessor
Triggering Event
RMI
Previous Question
Next Question
25
See Explanation !
17
Name the syntax of declaring a CSS rule is:
CSS नियम घोषित करने के वाक्यविन्यास का नाम है:
property-name=value
property-name : value
property-name= value
property-name:value;
Previous Question
Next Question
25
See Explanation !
18
Which property will be used to display an image of at least 100px width?
कम से कम 100px चौड़ाई की छवि प्रदर्शित करने के लिए किस संपत्ति का उपयोग किया जाएगा?
max-height
max-width
min-height
min-width
Previous Question
Next Question
25
See Explanation !
19
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 !
20
Which of the following is video format in HTML5?
HTML5 में वीडियो प्रारूप निम्नलिखित में से कौन सा है?
MP5
WebM
wbr
None of These
Previous Question
Next Question
25
See Explanation !
21
What is the default ‘type’ attribute of <input> element?
की डिफ़ॉल्ट ‘प्रकार‘ विशेषता क्या है
text
password
numerals
date
Previous Question
Next Question
25
See Explanation !
22
The transport layer protocols is
ट्रांसपोर्ट लेयर प्रोटोकॉल है
UDP
PPX
TCP
Both UDP and TCP
Previous Question
Next Question
25
See Explanation !
23
The web development environment (JavaScript) offers which standard construct for data validation of the input entered by the user.
वेब डेवलपमेंट एनवायरनमेंट (जावास्क्रिप्ट) उपयोगकर्ता द्वारा दर्ज किए गए इनपुट के डेटा सत्यापन के लिए कौन सा मानक निर्माण प्रदान करता है।
Controlled loop constructs
Server page access
Client side Event
Permit server-side
Previous Question
Next Question
25
See Explanation !
24
Interactive documents that can be created using a feature of HTML are called ____
एचटीएमएल की सुविधा का उपयोग करके बनाए जा सकने वाले इंटरएक्टिव दस्तावेज़ों को ____ कहा जाता है
Tables
Forms
Files
Frames
Previous Question
Next Question
25
See Explanation !
25
Notepad++ is which type of Software
नोटपैड किस प्रकार का सॉफ्टवेयर है
Text Editor
Image Editor
HTML Editor
All of These
Previous Question