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 HTML tag do we use for displaying the power in the expression, (x² – y²)?
अभिव्यक्ति में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं, (x² – y ²)?
<p>
<sup>
<sub>
None of the above
Next Question
25
See Explanation !
2
Extension of Wordpad file
वर्डपैड फ़ाइल का एक्सटेंसन है
.txt
.rtf
.doc
.text
Previous Question
Next Question
25
See Explanation !
3
Which character is used to represent when a tag is closed in HTML?
HTML में टैग बंद होने पर किस वर्ण का प्रतिनिधित्व करने के लिए उपयोग किया जाता है?
#
!
/
\
Previous Question
Next Question
25
See Explanation !
4
Web pages starts with which of the following tag?
वेब पेज निम्नलिखित में से किस टैग से शुरू होते हैं?
<Body>
<Title>
<HTML>
<Form>
Previous Question
Next Question
25
See Explanation !
5
Which Of The Following Contains The Body Of The Email Message?
निम्नलिखित में से किसमें ईमेल संदेश का मुख्य भाग है?
Image
Both Image And Text
Only Image
Only Text
Previous Question
Next Question
25
See Explanation !
6
Which attribute is used to set the path for an image element?
छवि तत्व के लिए पथ सेट करने के लिए किस विशेषता का उपयोग किया जाता है?
val
source
src
alt
Previous Question
Next Question
25
See Explanation !
7
Which CSS property is used to change the order of flex items
फ्लेक्स आइटम के ऑर्डर को बदलने के लिए किस CSS प्रॉपर्टी का इस्तेमाल किया जाता है
order
flex-order
item-order
flex-direction
Previous Question
Next Question
25
See Explanation !
8
How many people can be sent message by email once ?
एक बार कितने लोगों को ईमेल के ज़रिए मैसेज भेजा जा सकता है?
100
250
500
1000
Previous Question
Next Question
25
See Explanation !
9
We can send through e-mail:
हम ई - मेल के माध्यम से भेज सकते हैं:
File
Picture
Message
All the above
Previous Question
Next Question
25
See Explanation !
10
Protocol used for encrypted data transfer:
एन्क्रिप्टेड डेटा ट्रांसफर के लिए इस्तेमाल किया जाने वाला प्रोटोकॉल:
HTTPS
SMTP
FTP
HTTP
Previous Question
Next Question
25
See Explanation !
11
Identify the default font used in W3.Font
W3.Font में इस्तेमाल किए गए डिफ़ॉल्ट फ़ॉन्ट की पहचान करें
Times New Roman
Arial
Verdana
None of the above
Previous Question
Next Question
25
See Explanation !
12
What is the correct HTML for referring to an external style sheet?
बाहरी स्टाइल शीट का जिक्र करने के लिए सही HTML क्या है?
<style src="mystyle.css">
<stylesheet>mystyle.css</stylesheet>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" type="text/css" src="mystyle.css">
Previous Question
Next Question
25
See Explanation !
13
The CSS property text-decoration: underline; is used to
CSS प्रॉपर्टी टेक्स्ट - डेकोरेशन: रेखांकित; का उपयोग
Add a background color to the text
Apply an underline to the text
Change the font style
Make the text bold
Previous Question
Next Question
25
See Explanation !
14
JavaScript is designed for following purpose-
जावास्क्रिप्ट को निम्नलिखित उद्देश्य के लिए डिज़ाइन किया गया है -
To execute Query related to DB on server.
To style HTMLpages.
To Add Interactivity to HTML pages.
To perform server side scripting operation.
Previous Question
Next Question
25
See Explanation !
15
The script tag must be placed in __________
स्क्रिप्ट टैग __________ में रखा जाना चाहिए
the head tag
the head or body
the title or head
after the body tag
Previous Question
Next Question
25
See Explanation !
16
The CSS property opacity is used to
CSS प्रॉपर्टी अपारदर्शिता का उपयोग किसके लिए किया जाता है
Adjust the width of the element
Set the transparency of the element
Change the font color
Control the spacing between lines
Previous Question
Next Question
25
See Explanation !
17
Which of the following is a filter in Angular Js ?
निम्नलिखित में से कौन सा कोणीय Js में एक फ़िल्टर है?
Currency
Date
Date
All of the above
Previous Question
Next Question
25
See Explanation !
18
The main container for <tr>, <td> and <th> is
tr,td,th के लिए मुख्य कंटेनर
<data>
<group>
<table>
none of the above
Previous Question
Next Question
25
See Explanation !
19
Identify the incorrect media type defined in CSS 2.
CSS 2 में परिभाषित गलत मीडिया प्रकार की पहचान करें।
Handheld
Braille
Arial
Print
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
___________is a generic inline element that applies no inherent formatting.
___________ एक सामान्य इनलाइन तत्व है जो कोई अंतर्निहित स्वरूपण लागू नहीं करता है।
div
span
color
width
Previous Question
Next Question
25
See Explanation !
22
What does the br tag add to your webpage?
Br टैग आपके वेबपेज में क्या जोड़ता है?
Long break
Paragraph break
Line break
None of the above
Previous Question
Next Question
25
See Explanation !
23
TD tag is used for?
TD टैग का इस्तेमाल किसके लिए किया जाता है?
Table row
Table Records
Table heading
Row Heading
Previous Question
Next Question
25
See Explanation !
24
Which property is used to display the text in italics?
टेक्स्ट को तिरछे अक्षरों में प्रदर्शित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?
font-family
font-style
font-weight
text-style
Previous Question
Next Question
25
See Explanation !
25
Choose the correct HTML element for the largest heading :
सबसे बड़े शीर्षक के लिए सही HTML तत्व चुनें:
<h6>
<head>
<h1>
<heading>
Previous Question