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
HTML
Set 6
25
See Explanation !
1
How to insert a background image in HTML?
HTML में बैकग्राउंड इमेज कैसे डालें?
<body background = "img.png">
<img background = "img.png">
<bg-image = "img.png">
None of the above
Next Question
25
See Explanation !
2
What are the types of unordered or bulleted list in HTML?
HTML में अनऑर्डर्ड या बुलेटेड लिस्ट के प्रकार क्या हैं?
disc, square, triangle
polygon, triangle, circle
disc, circle, square
All of the above
Previous Question
Next Question
25
See Explanation !
3
Which of the following is the correct way to create a list using the lowercase letters?
लोअरकेस अक्षरों का उपयोग करके सूची बनाने का सही तरीका निम्नलिखित में से कौन सा है?
<ol alpha = "a" >
<ol type = "a">
<ol letter = "a">
None of the above
Previous Question
Next Question
25
See Explanation !
4
Which of the following is the correct way to start an ordered list with the count of numeric value 4?
संख्यात्मक मान 4 की गणना के साथ एक क्रमबद्ध सूची शुरू करने का सही तरीका निम्नलिखित में से कौन सा है?
<ol type = "1" initial = "4">
<ol type = "1" begin = "4">
\>" id="3=>opt3">
<ol type = "1" num = "4">\>
<ol type = "1" start = "4">
Previous Question
Next Question
25
See Explanation !
5
The BODY tag is usually used after
BODY टैग का उपयोग आमतौर पर निम्नलिखित के बाद किया जाता है
HTML tag
HEAD tag
TITLE tag
EM tag
Previous Question
Next Question
25
See Explanation !
6
How do we write comments in HTML5?
हम HTML5 में टिप्पणियाँ कैसे लिखते हैं?
<!--.….-->
<--.….--!>
</--…..-->
</--…..--/>
Previous Question
Next Question
25
See Explanation !
7
Using <p> tag will
P टैग उपयोग करके
start a new paragraph
break the line
end the current paragraph
none of the above
Previous Question
Next Question
25
See Explanation !
8
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 !
9
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 !
10
To create a bulleted list we use
एक बुलेटेड लिस्ट बनाने के लिए जिसका हम इस्तेमाल करते हैं
<ol>
<ul>
<li>
None of the above
Previous Question
Next Question
25
See Explanation !
11
To start a list using filled circles we use
हमारे द्वारा उपयोग की जाने वाली भरी हुई मंडलियों का उपयोग करके एक सूची शुरू करने के लिए
<ul type:"disc">
<ul type="round">
<ul type="disc">
<ul type:"round">
Previous Question
Next Question
25
See Explanation !
12
What kind of list will 'ol' tags create?
'ol' टैग किस तरह की सूची बनाएंगे?
Numbered list
Bulleted list
Any of the two
None of the above
Previous Question
Next Question
25
See Explanation !
13
Which tag will display the content of list?
कौन सा टैग सूची की सामग्री प्रदर्शित करेगा?
ul
li
ol
dl
Previous Question
Next Question
25
See Explanation !
14
Which attribute is/are used to set the dimensions of the image?
छवि के आयामों को सेट करने के लिए किस विशेषता का उपयोग किया जाता है/किया जाता है?
size
width and Height
length and breadth
dimension
Previous Question
Next Question
25
See Explanation !
15
Which attribute is used to set the path for an image element?
छवि तत्व के लिए पथ सेट करने के लिए किस विशेषता का उपयोग किया जाता है?
val
source
src
alt
Previous Question
Next Question
25
See Explanation !
16
If the image cannot be displayed then ___ attribute specifies an alternate text for an image.
यदि छवि प्रदर्शित नहीं की जा सकती है तो ___ विशेषता किसी छवि के लिए एक वैकल्पिक पाठ निर्दिष्ट करती है।
text
alt
value
caption
Previous Question
Next Question
25
See Explanation !
17
The tag used for creating hypertext and hypermedia links is
हाइपरटेक्स्ट और हाइपरमीडिया लिंक बनाने के लिए उपयोग किया जाने वाला टैग है
<hr>
<br>
<pre>
<a>
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
A linked page using anchor tag is normally displayed in
एंकर टैग का उपयोग करके एक लिंक किया गया पृष्ठ आमतौर पर इसमें प्रदर्शित किया जाता है
New window
Current window
New tab
Same tab
Previous Question
Next Question
25
See Explanation !
20
Which attribute is used to specify where to open the linked document?
लिंक किए गए दस्तावेज़ को कहाँ खोलना है, यह निर्दिष्ट करने के लिए किस विशेषता का उपयोग किया जाता है?
target
coords
rel
pos
Previous Question
Next Question
25
See Explanation !
21
For defining internal links in a page which attribute is used
एक पृष्ठ में आंतरिक लिंक को परिभाषित करने के लिए जो विशेषता का उपयोग किया जाता है
name
target
src
None of These
Previous Question
Next Question
25
See Explanation !
22
In HTML, tags that include both start and end tag are called
HTML में, उन टैग को कहा जाता है जिनमें प्रारंभ और अंत दोनों टैग शामिल होते हैं
Comment tag
Document tag
Container tag
None of the above
Previous Question
Next Question
25
See Explanation !
23
Which of the following is not a pair tag?
निम्नलिखित में से कौन सा युग्म टैग नहीं है?
<img>
<ul>
<a>
<li>
Previous Question
Next Question
25
See Explanation !
24
Alt Attribute is more useful in the situation where user have
Alt Attribute उस स्थिति में अधिक उपयोगी है जहां उपयोगकर्ता के पास है
high speed internet connection
no image shown due to any reason
broadband connection
none of these
Previous Question
Next Question
25
See Explanation !
25
What tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग - अलग आइटम को लिस्ट करने के लिए किस टैग का इस्तेमाल किया जाता है?
li
ol
ul
none of the above
Previous Question