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 property specifies the duration of a transition effect
कौन सी संपत्ति संक्रमण प्रभाव की अवधि निर्दिष्ट करती है
transition-speed
animation-duration
. transition-duration
duration
Next Question
25
See Explanation !
2
What is the default value of the position property?
स्थिति संपत्ति का डिफ़ॉल्ट मान क्या है?
absolute
static
fixed
relative
Previous Question
Next Question
25
See Explanation !
3
Why event handlers is needed in JS?
JS में इवेंट हैंडलर की आवश्यकता क्यों है?
Allows JavaScript code to alter the behaviour of windows
Adds innerHTML page to the code
Change the server location
Performs handling of exceptions and occurrences
Previous Question
Next Question
25
See Explanation !
4
Which W3.CSS class is used to display a border around a table
किस W3.CSS क्लास का उपयोग किसी टेबल के चारों ओर बॉर्डर प्रदर्शित करने के लिए किया जाता है
w3-border
w3-table-border
w3-bordered
w3-border-table
Previous Question
Next Question
25
See Explanation !
5
A part from <b> tag what other tag makes text bold ?
<b> टैग का एक हिस्सा क्या अन्य टैग टेक्स्ट को बोल्ड बनाता है?
<blank>
<strong>
<bold>
None of the above
Previous Question
Next Question
25
See Explanation !
6
the default text alignment for <th> tag is
th Tag के लिए डिफ़ॉल्ट टेक्स्ट संरेखण
Left
Right
Center
Justify
Previous Question
Next Question
25
See Explanation !
7
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 !
8
Choose the correct HTML tag to make a text italic.
टेक्स्ट इटैलिक बनाने के लिए सही HTML टैग चुनें।
<li>
<italics>
<italic>
<i>
Previous Question
Next Question
25
See Explanation !
9
Which selector is used to specify a group of elements?
तत्वों के समूह को निर्दिष्ट करने के लिए किस चयनकर्ता का उपयोग किया जाता है?
id
class
tag
both b) and c)
Previous Question
Next Question
25
See Explanation !
10
Which of the following selector selects the element that is the first child of its parent that is of its type?
निम्नलिखित में से कौन सा चयनकर्ता उस तत्व का चयन करता है जो इसके माता - पिता का पहला बच्चा है जो इसके प्रकार का है?
:first-child
:last-child
::first-line
::first-letter
Previous Question
Next Question
25
See Explanation !
11
W3.CSS is used for
W3.CSS का उपयोग किसके लिए किया जाता है
Client Side Scripting
Server Side Scripting
Responsive Web Designing
All of Above
Previous Question
Next Question
25
See Explanation !
12
Which of the following is used to enable the use of active documents?
सक्रिय दस्तावेज़ों के उपयोग को सक्षम करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
HTML
CGI
JAVA
All of the above
Previous Question
Next Question
25
See Explanation !
13
b tag makes the enclosed text bold. What is other tag to make text bold?
b टैग संलग्न पाठ को बोल्ड बनाता है। टेक्स्ट को बोल्ड बनाने के लिए दूसरा टैग क्या है?
<strong>
<dar>
<block>
<emp>
Previous Question
Next Question
25
See Explanation !
14
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 !
15
Short quote HTML tag:
छोटा उद्धरण एचटीएमएल टैग:
<quote>
<qt>
<q>
None of these
Previous Question
Next Question
25
See Explanation !
16
Which of the following defines a group of related options in a drop-down list.
निम्नलिखित में से कौन ड्रॉप - डाउन सूची में संबंधित विकल्पों के समूह को परिभाषित करता है।
<form>
<optgroup>
<output>
<option>
Previous Question
Next Question
25
See Explanation !
17
In which of the following ways can a submit button be created?
निम्नलिखित में से किस तरीके से सबमिट बटन बनाया जा सकता है?
<input type="submit" value="Submit"/>
<input type="text" value="Submit"/>
<input type="button" value="Submit"/>
<input type="reset" value="Submit"/>
Previous Question
Next Question
25
See Explanation !
18
URL for link is specified using ___ attribute.
लिंक के लिए URL ___ विशेषता का उपयोग करके निर्दिष्ट किया गया है।
src
href
link
rel
Previous Question
Next Question
25
See Explanation !
19
Which type of network covers a limited geographic distance, such as an office, building, or a group of buildings in close proximity to each other?
किस प्रकार का नेटवर्क एक सीमित भौगोलिक दूरी को कवर करता है, जैसे कि एक कार्यालय, इमारत, या इमारतों का एक समूह जो एक दूसरे के करीब है?
LAN
MAN
WAN
None of the above
Previous Question
Next Question
25
See Explanation !
20
We can send through e-mail:
हम ई - मेल के माध्यम से भेज सकते हैं:
File
Picture
Message
All the above
Previous Question
Next Question
25
See Explanation !
21
Which attribute is used to change the thickness of line in <hr> tag
<hr> टैग में लाइन की मोटाई को बदलने के लिए किस विशेषता का उपयोग किया जाता है
width
size
thickness
weight
Previous Question
Next Question
25
See Explanation !
22
Which is true about <iframe> tag?
जो iframe Tag के बारे में सच है
Its inline frame
Embed another document within a current HTML document
None
Both (A) and (B) are true
Previous Question
Next Question
25
See Explanation !
23
w3-navbar creates a
w3 - navbar एक बनाता है
horizontal navigation bar
inside the navigation bar
force the navigation bar
navigation bar to stay at the top of the page
Previous Question
Next Question
25
See Explanation !
24
HTTP uses port number of TCP
HTTP TCP के पोर्ट नंबर का उपयोग करता है
25
23
80
21
Previous Question
Next Question
25
See Explanation !
25
Which CSS framework developed by twitter
ट्विटर द्वारा कौन सा सीएसएस फ्रेमवर्क विकसित किया गया है
W3.css
Bulma
Bootstrap
Flex
Previous Question