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 11
25
See Explanation !
1
Which of the following attributes specifies the name of the image file?
निम्नलिखित में से कौन सी विशेषता छवि फ़ाइल का नाम निर्दिष्ट करती है?
Font
SRC
Color
Size
Next Question
25
See Explanation !
2
Which attribute can be used to change the colour of the visited links?
विज़िट किए गए लिंक का रंग बदलने के लिए किस विशेषता का उपयोग किया जा सकता है?
Link
ALINK
VLINK
All the above
Previous Question
Next Question
25
See Explanation !
3
Forms are created by the attributes
प्रपत्र गुणों द्वारा बनाए जाते हैं
Action and Method
Value and Method
Method and Target
Action and Target
Previous Question
Next Question
25
See Explanation !
4
What is the use of iframe in HTML?
HTML में IFRAME का क्या उपयोग है?
To display a web page within a web page
To display a web page with animation effect
To display a web page without browser
All of the above
Previous Question
Next Question
25
See Explanation !
5
What an article element contains?
एक लेख तत्व में क्या होता है?
Audio
Text or embedded content
Image
Video
Previous Question
Next Question
25
See Explanation !
6
Which of these tags are all <table> tags?
इनमें से कौन से टैग सभी हैं
<table><head><tfoot>
<table><tr><td>
<table><tr><tt>
<thead><body><tr>
Previous Question
Next Question
25
See Explanation !
7
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 !
8
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 !
9
Which tag allow you to add a row in a table?
कौन सा टैग आपको तालिका में एक पंक्ति जोड़ने की अनुमति देता है?
<td> and </td>
<row> and </row>
<th> and </th>
<tr> and </tr>
Previous Question
Next Question
25
See Explanation !
10
How can you make a bulleted list?
आप बुलेटेड लिस्ट कैसे बना सकते हैं?
<dl>
<ol>
<list>
<ul>
Previous Question
Next Question
25
See Explanation !
11
What is the correct html code to create a hyperlink?
हाइपरलिंक बनाने के लिए सही HTML कोड क्या है?
<a href="http://bpbonline.com'>Book Store</a>
<a name="https://bpbonline.com">Book Store</a>
<link>https://bpbonlime.com</link>
<a url='https://bpbonline.com'>Book Store</a>
Previous Question
Next Question
25
See Explanation !
12
Choose the correct HTML tag to make a text italic.
टेक्स्ट इटैलिक बनाने के लिए सही HTML टैग चुनें।
<li>
<italics>
<italic>
<i>
Previous Question
Next Question
25
See Explanation !
13
What does vlink attribute mean?
Vlink विशेषता का क्या अर्थ है?
Visited link
Virtual link
Very good link
Active link
Previous Question
Next Question
25
See Explanation !
14
Which tag creates a check box for a from in HTML?
कौन सा टैग HTML में FROM के लिए एक चेक बॉक्स बनाता है?
<checkbox>
<input type="checkbox">
<input=checkbox>
<input checkbox>
Previous Question
Next Question
25
See Explanation !
15
Which of the following are attributes of front tag?
निम्नलिखित में से कौन से फ्रंट टैग के गुण हैं?
size
face
color
All of the above
Previous Question
Next Question
25
See Explanation !
16
Which tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग - अलग आइटम को लिस्ट करने के लिए किस टैग का इस्तेमाल किया जाता है?
LI
OL
UL
None of the above
Previous Question
Next Question
25
See Explanation !
17
Which of the following is not a type of attribute for input tag?
निम्नलिखित में से कौन सा इनपुट टैग के लिए विशेषता का एक प्रकार नहीं है?
day
week
month
time
Previous Question
Next Question
25
See Explanation !
18
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 !
19
Which element does not support autofocus attribute?
कौन सा तत्व ऑटोफोकस विशेषता का समर्थन नहीं करता है?
<input>
<select>
<textarea>
<base>
Previous Question
Next Question
25
See Explanation !
20
The __________ attribute adds space within each cell.
__________ विशेषता प्रत्येक कोशिका के भीतर स्थान जोड़ती है।
Cell Spacing
Cell Padding
Width
Align
Previous Question
Next Question
25
See Explanation !
21
Choose the correct HTML element for the largest heading :
सबसे बड़े शीर्षक के लिए सही HTML तत्व चुनें:
<h6>
<head>
<h1>
<heading>
Previous Question
Next Question
25
See Explanation !
22
____is the HTML tag used for superscript text
____ सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है
<sup>
<superscript>
<s>
<superscripteds>
Previous Question
Next Question
25
See Explanation !
23
Which of the following is/are a style tag(s) ?
निम्नलिखित में से कौन - सा एक स्टाइल टैग है/हैं?
<b>
<tt>
<i>
All of the above are style tags
Previous Question
Next Question
25
See Explanation !
24
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 !
25
Which is a declaration for an HTML5 document
जो HTML5 दस्तावेज़ के लिए एक घोषणा है
<!doctype html>
</DOCTYPE html>
DOCTYPE htmls
<DOCTYPE html>
Previous Question