O Level Online Exam
Menu mobile
Home
MCQ Topic Wise
IT TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PROGRAMMING AND PROBLEM SOLVING THROUGH PYTHON
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Online Mock Test
IT TOOLS AND NETWORK BASICS
New
WEB DESIGNING AND PUBLISHING
New
PYTHON PROGRAMMING
New
INTERNET OF THINGS AND ITS APPLICATIONS
New
Old Papers
Practical Questions
Videos
Projects
MCQ : HTML For NIELIT O Level Exam
HTML For NIELIT O Level Exam
00:00:00
English
Hindi
Question No# :
01
out of 50
Report Bug
Bookmark
HTML stands for?
एचटीएमएल का मतलब है?
A.
Hyper Tabular Markup Language
हाइपर टेबुलर मार्कअप लैंग्वेज
B.
Hyper Text Markup Language
हाइपर टेक्स्ट मार्कअप लैंग्वेज
C.
High Text Markup Language
उच्च पाठ मार्कअप भाषा
D.
None of these
इनमें से कोई नहीं
Question No# :
02
out of 50
Report Bug
Bookmark
How can you make text bold in HTML
आप HTML में टेक्स्ट को बोल्ड कैसे कर सकते हैं
A.
<i>
<i>
B.
<strong>
<strong>
C.
<bolder>
<bolder>
D.
<em>
<em>
Question No# :
03
out of 50
Report Bug
Bookmark
Which of the following is used to create an ordered list in HTML?
HTML में ऑर्डर की गई सूची बनाने के लिए निम्न में से किसका उपयोग किया जाता है?
A.
<ul>
<ul>
B.
<ol>
<ol>
C.
<pl>
<pl>
D.
<hl>
<hl>
Question No# :
04
out of 50
Report Bug
Bookmark
which Symbol at used at the beginning of the HREF text for linking in same page
HREF टेक्स्ट की शुरुआत में कौन सा Symbol इस्तेमाल किया जा सकता है?
A.
#
#
B.
$
$
C.
&
&
D.
^
^
Question No# :
05
out of 50
Report Bug
Bookmark
What i s the correct HTML for adding a background color?
पेज के बैकग्राउंड में कलर सेट करने के लिए इनमे से क्या लिखेंगे
A.
<background>yellow<Background>
<background>yellow<Background>
B.
<body color = yellow>
<body color = yellow>
C.
<body bgcolor = yellow>
<body bgcolor = yellow>
D.
<body bg =yellow>
<body bg =yellow>
Question No# :
06
out of 50
Report Bug
Bookmark
Interactive documents that can be created using a feature of HTML are called ____
इंटरएक्टिव दस्तावेज़ जो HTML की एक विशेषता का उपयोग करके बनाए जा सकते हैं, ____ कहलाते हैं
A.
Tables
टेबल
B.
Forms
फार्म
C.
Files
फ़ाइलें
D.
Frames
फ्रेम्स
Question No# :
07
out of 50
Report Bug
Bookmark
What is the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग क्या है
A.
<h1>
<हैडिंग1>
B.
<h6>
<हैडिंग 6>
C.
<head>
<हेड >
D.
<heading>
<हैडिंग >
Question No# :
08
out of 50
Report Bug
Bookmark
What does HTML stand for
HTML का मतलब क्या है
A.
Hyperlinks and Text Markup Language
हाइपरलिंक्स और टेक्स्ट मार्कअप लैंग्वेज
B.
. Home Tool Markup Language
होम टूल मार्कअप लैंग्वेज
C.
Hyper Text Markup Language
हाइपर टेक्स्ट मार्कअप लैंग्वेज
D.
Hyperlinking Text Marking Language
हाइपर टेक्स्ट मार्कअप लैंग्वेज
Question No# :
09
out of 50
Report Bug
Bookmark
Which is the correct format to apply attribute in any tag
किसी भी टैग में एट्रिब्यूट लगाने का सही प्रारूप कौन सा है
A.
<tagName attributeName="value">...</tagName>
<tagName attributeName="value">...</tagName>
B.
</tagName attributeName="value">...</tagName>
</tagName attributeName="value">...</tagName>
C.
<attributeName="value" tagName>...</tagName>
<attributeName="value" tagName>...</tagName>
D.
<tagName >...</ attributeName="value" tagName>
<tagName >...</ attributeName="value" tagName>
Question No# :
10
out of 50
Report Bug
Bookmark
Choose the correct HTML element for the largest heading :
सबसे बड़े शीर्षक के लिए सही HTML टैग चुनें:
A.
<h6>
<h6>
B.
<head>
<head>
C.
<h1>
<h1>
D.
<heading>
<heading>
Question No# :
11
out of 50
Report Bug
Bookmark
Which tag defines a term in a definition list?
परिभाषा सूची में कौन सा टैग किसी शब्द को परिभाषित करता है?
A.
<dt>
<dt>
B.
<li>
<li>
C.
<dl>
<dl>
D.
<dd>
<dd>
Question No# :
12
out of 50
Report Bug
Bookmark
In HTML, tags that include both start and end tag are called
HTML में वे टैग जिनमें स्टार्ट और एंड टैग दोनों शामिल होते हैं, कहलाते हैं
A.
Comment tag
कमेंट टैग
B.
Document tag
डाक्यूमेंट टैग
C.
Container tag
कंटेनर टैग
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
13
out of 50
Report Bug
Bookmark
Which one is valid attribute of <body> tag
इनमे से कौन सा <body> टैग का सही एट्रिब्यूट है
A.
color
color
B.
text
text
C.
font
font
D.
image
image
Question No# :
14
out of 50
Report Bug
Bookmark
What is the correct way in which we can start an ordered list that has the numeric value count of 5
वह सही तरीका क्या है जिससे हम एक क्रमबद्ध सूची शुरू कर सकते हैं जिसका संख्यात्मक मान 5 है
A.
<ol type="1" start="5">
<ol type="1" start="5">
B.
<ol type = “1” num = “5”>
<ol type = “1” num = “5”>
C.
<ol type="5" num="5">
<ol type="5" num="5">
D.
<ol type = “1” initial = “5”>
<ol type = “1” initial = “5”>
Question No# :
15
out of 50
Report Bug
Bookmark
Which HTML element is used to represent self-contained content such as a blog post or news article?
ब्लॉग पोस्ट या समाचार लेख जैसी स्व-निहित सामग्री का प्रतिनिधित्व करने के लिए किस HTML तत्व का उपयोग किया जाता है?
A.
<header>
<header>
B.
<article>
<article>
C.
<section>
<section>
D.
<footer>
<footer>
Question No# :
16
out of 50
Report Bug
Bookmark
Which element works similar to <b> element?
A.
<fat>
<fat>
B.
<strong>
<strong>
C.
<black>
<black>
D.
<emp>
<emp>
Question No# :
17
out of 50
Report Bug
Bookmark
Correct HTML tag to make a text italic?
A.
<italic>
<italic>
B.
<it>
<it>
C.
<i>
<i>
D.
any of the above
any of the above
Question No# :
18
out of 50
Report Bug
Bookmark
Which tag creates a multi-line text box?
कौन सा टैग मल्टी-लाइन टेक्स्ट बॉक्स बनाता है?
A.
<input type="textarea">
<input type="textarea">
B.
<textbox>
<textbox>
C.
<textarea>
<textarea>
D.
<multiline>
<multiline>
Question No# :
19
out of 50
Report Bug
Bookmark
Which of the following element defines a group of related options in a drop-down list?
A.
<form>
<form>
B.
<optgroup>
<optgroup>
C.
<output>
<output>
D.
<option>
<option>
Question No# :
20
out of 50
Report Bug
Bookmark
which attribute is used to set the space between two cells
A.
cellpadding
cellpadding
B.
cellspacing
cellspacing
C.
cellmargin
cellmargin
D.
cellgapping
cellgapping
Question No# :
21
out of 50
Report Bug
Bookmark
Which of the following are attributes of front tag?
निम्नलिखित में से कौन-सी फ़ॉन्ट टैग की विशेषताएँ हैं?
A.
size
size
B.
face
face
C.
color
color
D.
All of the above
ऊपर के सभी
Question No# :
22
out of 50
Report Bug
Bookmark
What is the default ‘type’ attribute of <input> element?
A.
text
text
B.
password
password
C.
numerals
numerals
D.
date
date
Question No# :
23
out of 50
Report Bug
Bookmark
To start a list at the count of 3 we use
3 की गिनती से एक सूची शुरू करने के लिए हम किसका उपयोग करेंगे
A.
<ol begin=”3”>
<ol begin=”3”>
B.
<ol list=”3”>
<ol list=”3”>
C.
<ol start=”3”>
<ol start=”3”>
D.
<ol num=”3”>
<ol num=”3”>
Question No# :
24
out of 50
Report Bug
Bookmark
Which new HTML5 form attribute tells the browser that an input field must be filled out before submitting the form
कौन सा नया HTML5 फॉर्म विशेषता ब्राउज़र को बताता है कि फॉर्म सबमिट करने से पहले एक इनपुट फ़ील्ड भरना होगा
A.
mandatory
mandatory
B.
required
required
C.
validate
validate
D.
mustfill
mustfill
Question No# :
25
out of 50
Report Bug
Bookmark
What is the correct syntax for creating a hyperlink
हाइपरलिंक बनाने के लिए सही सिंटैक्स क्या है
A.
<a href='url'>
<a href='url'>
B.
<a link='url'>
<a link='url'>
C.
<a name='url'>
<a name='url'>
D.
<a src='url'>
<a src='url'>
Question No# :
26
out of 50
Report Bug
Bookmark
______ is text with hyperlinks
________ हाइपरलिंक्स वाला टेक्स्ट है
A.
Lower Text
लोवर टेक्स्ट
B.
Upper Text
अपर टेक्स्ट
C.
Toggle Text
टॉगल टेक्स्ट
D.
Hypertext
हाइपरटेक्स्ट
Question No# :
27
out of 50
Report Bug
Bookmark
What does the <title> tag in HTML do
HTML में <title> टैग क्या करता है
A.
Specifies the title of the document
दस्तावेज़ का शीर्षक निर्दिष्ट करता है
B.
Specifies the header
शीर्षलेख निर्दिष्ट करता है
C.
Specifies the footer
पादलेख निर्दिष्ट करता है
D.
Defines a section of the page
पृष्ठ के एक अनुभाग को परिभाषित करता है
Question No# :
28
out of 50
Report Bug
Bookmark
which tags is used to mark a beginning of paragraph.
पैराग्राफ की शुरुआत को चिह्नित करने के लिए कौन से टैग का उपयोग किया जाता है
A.
<td>
<td>
B.
<br>
<br>
C.
<P>
<P>
D.
<tr>
<tr>
Question No# :
29
out of 50
Report Bug
Bookmark
Hypertext is a:
हाइपरटेक्स्ट एक _________ है:
A.
Text with heavy text jargons
टेक्स्ट के साथ गंभीर टेक्स्ट शब्दावली
B.
Text more than 1000 words
1000 से अधिक शब्दों का टेक्स्ट
C.
Text which contains link to other texts
वह टेक्स्ट जो किसी अन्य पेग या पाठ से लिंक हो
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
30
out of 50
Report Bug
Bookmark
The most important<head> element of a webpage is a container for
वेबपेज का सबसे महत्वपूर्ण <head> _______एलिमेंट के लिए एक कंटेनर है
A.
Links
लिंक्स
B.
Webpages
वेबपेजेस
C.
Metadata
मेटाडाटा
D.
Pictures
पिक्चर्स
Question No# :
31
out of 50
Report Bug
Bookmark
Forms are created by the attributes
प्रपत्र विशेषताओं द्वारा बनाए गए हैं
A.
Action and Method
क्रिया और विधि
B.
Value and Method
मूल्य और विधि
C.
Method and Target
विधि और लक्ष्य
D.
Action and Target
कार्रवाई और लक्ष्य
Question No# :
32
out of 50
Report Bug
Bookmark
In HTML5, which input type provides a color picker interface in supporting browsers
HTML5 में, कौन सा इनपुट प्रकार सहायक ब्राउज़रों में रंग पिकर इंटरफ़ेस प्रदान करता है
A.
type="color"
प्रकार = "रंग"
B.
. type="palette"
प्रकार = "पैलेट"
C.
type="hue
टाइप = "ह्यू
D.
type="shade"
प्रकार = "छाया"
Question No# :
33
out of 50
Report Bug
Bookmark
Which tag allows you to add a row in a table?
A.
td
td
B.
rw
rw
C.
tr
tr
D.
th
th
Question No# :
34
out of 50
Report Bug
Bookmark
Which of the following is the correct way to create a list using the lowercase letters?
A.
<ol alpha = "a" >
<ol alpha = "a" >
B.
<ol type = "a">
<ol type = "a">
C.
<ol letter = "a">
<ol letter = "a">
D.
None of the above
None of the above
Question No# :
35
out of 50
Report Bug
Bookmark
HTML allows us to use ___ levels of headings.
HTML हमें शीर्षकों के ___ स्तरों का उपयोग करने की अनुमति देता है।
A.
Two
दो
B.
Three
तीन
C.
Five
पाँच
D.
Six
छह
Question No# :
36
out of 50
Report Bug
Bookmark
If there is not enough space to display all the contents in a frame, we have to use:
यदि फ्रेम में सभी सामग्री को प्रदर्शित करने के लिए पर्याप्त जगह नहीं है, तो हमें इसका उपयोग करना होगा:
A.
Another frame
एक और फ्रेम
B.
Small front size
सामने का छोटा आकार
C.
Scrollbar
स्क्रॉल बार
D.
Not possible
संभव नहीं
Question No# :
37
out of 50
Report Bug
Bookmark
Which of the following is NOT a valid image format?
निम्नलिखित में से कौन सा इमेज का एक्सटेंशन नहीं है
A.
.tiff
.tiff
B.
.jpeg
.jpeg
C.
.gif
.gif
D.
.mpeg
.mpeg
Question No# :
38
out of 50
Report Bug
Bookmark
Which symbol is used for child selector?
चाइल्ड सेलेक्टर के लिए किस प्रतीक का उपयोग किया जाता है?
A.
href="_blank"
href="_blank"
B.
open="new"
open="new"
C.
target="_blank"
target="_blank"
D.
new="tab"
new="tab"
Question No# :
39
out of 50
Report Bug
Bookmark
Which entity will generate ‘&’ symbol?
A.
∧
∧
B.
&
&
C.
&ann;
&ann;
D.
None of the above
None of the above
Question No# :
40
out of 50
Report Bug
Bookmark
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
A.
Markup Language
मार्कअप लैंग्वेज
B.
Programming Language
प्रोग्रामिंग लैंग्वेज
C.
Network Protocol
नेटवर्क प्रोटोकॉल
D.
Scripting Language
स्क्रिप्टिंग लैंग्वेज
Question No# :
41
out of 50
Report Bug
Bookmark
HTML document should begin with the ____
HTML दस्तावेज़ ____ से शुरू होना चाहिए
A.
<HEAD> tag
<HEAD> tag
B.
<TITLE> tag
<TITLE> tag
C.
<BODY> tag
<BODY> tag
D.
<HTML> tag
<HTML> tag
Question No# :
42
out of 50
Report Bug
Bookmark
The basic format for text link is:
टेक्स्ट लिंक के लिए मूल प्रारूप है:
A.
<A HREF=”URL”> The text describing link </A>
<A HREF="URL"> लिंक का डिस्क्राइब करने वाला टेक्स्ट </A>
B.
<HREF = “URL”> The text describing link </A>
<HREF = “URL”> लिंक का डिस्क्राइब करने वाला टेक्स्ट </A>
C.
<HREF = “URL”> </A>
<HREF = “URL”> </A>
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
43
out of 50
Report Bug
Bookmark
Which of the following is not a HTML5 tag?
निम्नलिखित में से कौन सा HTML5 टैग नहीं है?
A.
<track>
<track>
B.
<video>
<video>
C.
<slider>
<slider>
D.
<source>
<source>
Question No# :
44
out of 50
Report Bug
Bookmark
Which attribute you will use with TD tag to merge two cells horizontally?
A.
merge=colspan2
merge=colspan2
B.
rowspan=2
rowspan=2
C.
colspan=2
colspan=2
D.
merge=row2
merge=row2
Question No# :
45
out of 50
Report Bug
Bookmark
In which part of the HTML metadata is contained?
HTML मेटाडेटा के किस भाग में निहित है?
A.
body tag
body tag
B.
html tag
html tag
C.
head tag
head tag
D.
title tag
title tag
Question No# :
46
out of 50
Report Bug
Bookmark
What is the correct way in which we can start an ordered list that has the numeric value count of 5?
वह सही तरीका क्या है जिससे हम एक क्रमबद्ध सूची शुरू कर सकते हैं जिसमें संख्यात्मक मान हो 5 की गिनती?
A.
<ol type = “1” start = “5”>
<ol type = “1” start = “5”>
B.
<ol type = “1” num = “5”>
<ol type = “1” num = “5”>
C.
<ol type = “1” begin = “5”>
<ol type = “1” begin = “5”>
D.
<ol type = “1” initial = “5”>
<ol type = “1” initial = “5”>
Question No# :
47
out of 50
Report Bug
Bookmark
<br> Tag is used for
<br> टैग का उपयोग किसके लिए किया जाता है
A.
Line Break
Line Break
B.
Horizontal row
Horizontal row
C.
Heading
Heading
D.
Underline
Underline
Question No# :
48
out of 50
Report Bug
Bookmark
What is the correct way to create a telephone link in HTML
HTML में टेलीफोन लिंक बनाने का सही तरीका क्या है
A.
<a href=mob:8489849843’></a>
<a href=mob:8489849843'></a>
B.
<mail> call:8489849843 </mail>
<mail> call:8489849843 </mail>
C.
<mob> 8489849843 </mob>
<mob> 8489849843 </mob>
D.
<a href=‘tel:8489849843 ‘></a>
<a href='tel:8489849843 '></a>
Question No# :
49
out of 50
Report Bug
Bookmark
Which HTML element is used for abbreviation or acronym?
संक्षिप्तीकरण या परिवर्णी शब्द के लिए किस HTML तत्व का उपयोग किया जाता है?
A.
<abbr>
<abbr>
B.
<blockquote>
<blockquote>
C.
<q>
<q>
D.
<em>
<em>
Question No# :
50
out of 50
Report Bug
Bookmark
Which HTML attribute is used to specify an alternate text for an image
किसी छवि के लिए वैकल्पिक टेक्स्ट निर्दिष्ट करने के लिए किस HTML विशेषता का उपयोग किया जाता है
A.
alt
ऑल्ट
B.
title
शीर्षक
C.
src
स्रोत
D.
link
जोड़ना
Latest Current Affairs 2026
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test
Python Programming Tutorials
Best Computer Training Institute in Prayagraj (Allahabad)
Online MBA 2 years
Online MCA
Online BCA
Best Website and Software Company in Allahabad