Menu mobile
Home
Programming
Python Tutorial
Java Tutorial
C Tutorial
C++ Tutorial
Web Technology
HTML
CSS
Java Script
PHP
React JS
Node JS
Assignment
MS Office
HTML
CSS
Bootstrap
Java Script
JQuery
AngularJs
Project
Blog
QUIZ ON : html - HTML INTRODUCTION
HTML INTRODUCTION
00:00:00
English
Hindi
Question No# :
01
out of 50
Who is known as the Father of HTML
"HTML के जनक" के रूप में किसे जाना जाता है
A.
Steve Jobs
स्टीव जॉब्स
B.
Tim Berners-Lee
टीम बैरनर्स - ली
C.
Bill Gates
बिल गेट्स
D.
Vint Cerf
विंट सेर्फ़
Question No# :
02
out of 50
An HTML file starts with the tag:
एक HTML फ़ाइल टैग से शुरू होती है:
A.
<TITLE>
<TITLE>
B.
<BODY>
<BODY>
C.
<BODY>
<BODY>
D.
<HTML>
<HTML>
Question No# :
03
out of 50
The entire web document is contained within ____
संपूर्ण वेब दस्तावेज़ ____ के भीतर समाहित है
A.
Comments
कम्मेन्ट्स
B.
Tags
टैग
C.
Web page
वेब पेज
D.
HTML element
एचटीएमएल तत्व
Question No# :
04
out of 50
Which tag is used to display a picture in HTML
HTML में चित्र प्रदर्शित करने के लिए किस टैग का उपयोग किया जाता है
A.
<img>
<img>
B.
<pic>
<तस्वीर>
C.
<image>
<छवि>
D.
<picture>
<चित्र>
Question No# :
05
out of 50
How to insert a background image in HTML?
HTML में बैकग्राउंड इमेज लगाने के लिए कौन सा कोड सही है
A.
<body background = "img.png">
<body background = "img.png">
B.
<img background = "img.png">
<img background = "img.png">
C.
<bg-image = "img.png">
<bg-image = "img.png">
D.
None of the above
None of the above
Question No# :
06
out of 50
The year in which HTML was first proposed
HTML को पहली बार कब प्रस्तावित किया गया था
A.
1990
1990
B.
1980
1980
C.
2000
2000
D.
1995
1995
Question No# :
07
out of 50
How can you insert a comment in HTML
आप HTML में टिप्पणी कैसे डाल सकते हैं
A.
<!-- comment -->
<!-- टिप्पणी -->
B.
// comment
// टिप्पणी
C.
<comment>
<टिप्पणी>
D.
<!-- comment !-->
<!-- टिप्पणी !-->
Question No# :
08
out of 50
The BODY tag is usually used after
<body > टैग आमतौर पर किस टैग के बाद प्रयोग किया जाता है
A.
HTML tag
HTML tag
B.
HEAD tag
HEAD tag
C.
TITLE tag
TITLE tag
D.
EM tag
EM tag
Question No# :
09
out of 50
What is the correct HTML for adding a background color
पृष्ठभूमि रंग जोड़ने के लिए सही HTML क्या है
A.
<body color=“yellow”>
<body color=“yellow”>
B.
<body bgcolor='yellow'>
<body bgcolor='yellow'>
C.
<background>yellow</background>
<background>yellow</background>
D.
<color background='yellow'>
<color background='yellow'>
Question No# :
10
out of 50
Which is a declaration for an HTML5 document
इनमे से कौन सा डेक्लरेशन एच टी ऍम एल 5 को दर्शाता है
A.
<!doctype html>
<!DOCTYPE htmls
B.
</DOCTYPE html>
</DOCTYPE html>
C.
DOCTYPE htmls
DOCTYPE htmls
D.
<DOCTYPE html>
<DOCTYPE htmll>
Question No# :
11
out of 50
Which attribute of the <form> element specifies where to send the form-data when a form is submitted
<form> तत्व की कौन सी विशेषता निर्दिष्ट करती है कि फॉर्म सबमिट होने पर फॉर्म-डेटा कहाँ भेजना है
A.
method
तरीका
B.
action
कार्रवाई
C.
target
लक्ष्य
D.
enctype
enctype
Question No# :
12
out of 50
Meta tag is used for?
मेटा टैग का उपयोग किस लिए किया जाता है?
A.
To store information usually relevant to browsers and search engines
ब्राउज़रों और खोज इंजनों के लिए आमतौर पर प्रासंगिक जानकारी संग्रहीत करने के लिए
B.
To only store information usually relevant to browsers
केवल ब्राउज़रों के लिए प्रासंगिक जानकारी संग्रहीत करने के लिए
C.
To only store information about search engines
केवल खोज इंजन के बारे में जानकारी संग्रहीत करने के लिए
D.
To store information about external links
बाहरी लिंक के बारे में जानकारी संग्रहीत करने के लिए
Question No# :
13
out of 50
_______are the HTML codes that control the apearance of the document contents
_______ HTML कोड हैं जो दस्तावेज़ सामग्री की उपस्थिति को नियंत्रित करते हैं
A.
Tags
टैग
B.
Codas
कोडस
C.
Slashes
स्लैश
D.
Properties
गुण
Question No# :
14
out of 50
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# :
15
out of 50
Meta tags are primarily used for:
मेटा टैग का मुख्य रूप से उपयोग निम्नलिखित के लिए किया जाता है:
A.
Styling Pages
Styling Pages
B.
Providing Information about Web Pages
Providing Information about Web Pages
C.
Executing Scripts
Executing Scripts
D.
Database Queries
Database Queries
Question No# :
16
out of 50
What is the correct syntax of doctype in HTML5?
HTML5 में doctype का सही सिंटैक्स क्या है?
A.
</doctype html>
</doctype html>
B.
<doctype html>
<doctype html>
C.
<doctype html!>
<doctype html!>
D.
<!doctype html>
<!doctype html>
Question No# :
17
out of 50
Which one is valid attribute of <body> tag
इनमे से कौन सा <body> टैग का सही एट्रिब्यूट है
A.
color
color
B.
text
text
C.
font
font
D.
image
image
Question No# :
18
out of 50
The latest HTML standard is
HTML का नवीनतम संस्करण कौन सा है
A.
XML
XML
B.
SGML
SGML
C.
HTML 4.0
HTML 4.0
D.
HTML 5.0
HTML 5.0
Question No# :
19
out of 50
Which tag inserts a line horizontally on your webpage ?
एक वेबपेज में हॉरिजॉन्टल ( क्षैतिज) लाइन को इन्सर्ट करने के लिए किस टैग का प्रयोग करेंगे
A.
<hr>
<hr>
B.
<line>
<line>
C.
<line directon = "horizontal">
<line directon = "horizontal">
D.
<tr>
<tr>
Question No# :
20
out of 50
Which one is valid attribute of <body> tag
<body> टैग का कौन सा वैध गुण है
A.
color
रंग
B.
text
टेक्स्ट
C.
font
फ़ॉन्ट
D.
image
छवि
Question No# :
21
out of 50
HTML web pages can be read and rendered by
HTML वेब पेजों को किसके मदद से पढ़ा और प्रस्तुत किया जा सकता है
A.
Compiler
Compiler
B.
Server
Server
C.
Web Browser
Web Browser
D.
Interpreter
Interpreter
Question No# :
22
out of 50
Web pages starts with which of the following tag?
वेब पेज निम्न में से किस टैग से शुरू होते हैं?
A.
<Body>
<Body>
B.
<Title>
<Title>
C.
<HTML>
<HTML>
D.
<Form>
<Form>
Question No# :
23
out of 50
Which tag is used to create a definition list in HTML
HTML में परिभाषा सूची बनाने के लिए किस टैग का उपयोग किया जाता है
A.
<dl>
<dl>
B.
<ol>
<ol>
C.
<ul>
<ul>
D.
<li>
<li>
Question No# :
24
out of 50
Which attribute is used to provide a unique identifier to an HTML element
HTML तत्व को एक विशिष्ट पहचानकर्ता प्रदान करने के लिए किस विशेषता का उपयोग किया जाता है
A.
id
पहचान
B.
class
क्लास
C.
name
नाम
D.
identifier
पहचानकर्ता
Question No# :
25
out of 50
In HTML document the tags _____ .
HTML डॉक्यूमेंट में टैग्स _____
A.
Should be written in upper case
अपर केस में लिखे जाने चाहिए
B.
Should be written in lower case
लोअर केस में लिखे जाने चाहिए
C.
Should be written in proper case
प्रॉपर केस में लिखे जाने चाहिए
D.
Can be written in both upper case or lower case
अपर केस या लोअर केस दोनों में लिखा जा सकता है
Question No# :
26
out of 50
What is the purpose of the <form> tag in HTML
HTML में <form> टैग का उद्देश्य क्या है
A.
To collect user input
उपयोगकर्ता इनपुट एकत्र करने के लिए
B.
To create a table
एक टेबल बनाने के लिए
C.
To display images
छवियाँ प्रदर्शित करने के लिए
D.
To create links
लिंक बनाने के लिए
Question No# :
27
out of 50
Which is a valid extension for HTML files?
HTML फ़ाइलों के लिए कौन सा वैध एक्सटेंशन है?
A.
.web
.web
B.
.html
.html
C.
.xml
.xml
D.
Both A and B
Bothe A and B
Question No# :
28
out of 50
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# :
29
out of 50
Which of the following is not a pair tag?
निम्नलिखित में से कौन-सा पेयर टैग नहीं है?
A.
<img>
<img >
B.
<ul>
<ul>
C.
<a>
<a>
D.
<li>
<li>
Question No# :
30
out of 50
HTML metadata is present in which of the following tags?
HTML मेटाडेटा निम्न में से किस टैग में मौजूद है?
A.
<Head>
<Head>
B.
<body>
<body>
C.
<title>
<title>
D.
<p>
<p>
Question No# :
31
out of 50
What is the role of charset attribute? It specifies
What is the role of charset attribute? It specifies
A.
a scheme to be used to interpret the value of the content attribute
सामग्री विशेषता के मान की व्याख्या करने के लिए उपयोग की जाने वाली योजना
B.
a name for the metadata
मेटाडेटा के लिए एक नाम
C.
the character encoding for the HTML document
HTML दस्तावेज़ के लिए वर्ण एन्कोडिंग
D.
none of the mentioned
उल्लेखित कोई भी नहीं
Question No# :
32
out of 50
Which character is used to represent when a tag is closed in HTML?
HTML में टैग बंद होने पर दर्शाने के लिए किस वर्ण का उपयोग किया जाता है?
A.
#
#
B.
!
!
C.
/
/
D.
\
\
Question No# :
33
out of 50
To show deleted text(strikethrough ), which HTML element is used
हटाए गए टेक्स्ट (स्ट्राइकथ्रू) को दिखाने के लिए किस HTML तत्व का उपयोग किया जाता है
A.
<delete>
हटाएं>
B.
<strikethrough>
<स्ट्राइकथ्रू>
C.
<strike>
<स्ट्राइ>
D.
<b>
<बी >
Question No# :
34
out of 50
Which HTML tag do we use for displaying the power in the expression, (x² – y²)
अभिव्यक्ति में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं, (x² – y²)
A.
<power>
<पावर >
B.
<super>
<सुपर>
C.
<sup>
<सुपर>
D.
</sub>
</
Question No# :
35
out of 50
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# :
36
out of 50
Which tag is used in HTML5 for the initialization of the document type?
दस्तावेज़ प्रकार के आरंभीकरण के लिए HTML5 में किस टैग का उपयोग किया जाता है?
A.
<Doctype HTML>
<Doctype HTML>
B.
<! DOCTYPE html>
<! DOCTYPE html>
C.
<Doctype>
<Doctype>
D.
<\Doctype html>
<\Doctype html>
Question No# :
37
out of 50
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# :
38
out of 50
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# :
39
out of 50
Fundamental HTML Block is known as
HTML के बेसिक ब्लॉक एलिमेंट को किस नाम से जाना जाता है
A.
HTML Body
HTML Body
B.
HTML Tag
HTML Tag
C.
HTML Attribute
HTML Attribute
D.
HTML Entity
HTML Entity
Question No# :
40
out of 50
HTML stands for?
एचटीएमएल का मतलब है?
A.
Hyper Tabular Markup Language
हाइपर टेबुलर मार्कअप लैंग्वेज
B.
Hyper Text Markup Language
हाइपर टेक्स्ट मार्कअप लैंग्वेज
C.
High Text Markup Language
उच्च पाठ मार्कअप भाषा
D.
None of these
इनमें से कोई नहीं
Question No# :
41
out of 50
Which One is the valid color code for RED in Hexadecimal color scheme
हेक्साडेसिमल रंग योजना में RED के लिए कौन सा वैध रंग कोड है?
A.
#FFFFFF
#FFFFFF
B.
#000000
#000000
C.
#FF0000
#FF0000
D.
#00FF00
#00FF00
Question No# :
42
out of 50
How can you make a bulleted list in HTML
आप HTML में बुलेटेड सूची कैसे बना सकते हैं
A.
<ul>
<ul>
B.
<ol>
<ol>
C.
<li>
<li>
D.
<list>
<list>
Question No# :
43
out of 50
Which of the following is a container tag
निम्न में से कौन एक कंटेनर टैग है
A.
<select>
<select>
B.
<body>
<बॉडी >
C.
<input>
<इनपुट>
D.
Both (A) and (B)
(ए) और (बी) दोनों
Question No# :
44
out of 50
The most important<head> element of a webpage is a container for
वेबपेज का सबसे महत्वपूर्ण <head> _______एलिमेंट के लिए एक कंटेनर है
A.
Links
लिंक्स
B.
Webpages
वेबपेजेस
C.
Metadata
मेटाडाटा
D.
Pictures
पिक्चर्स
Question No# :
45
out of 50
What is the value of rel attribute to describe a favicon?
फ़ेविकॉन का वर्णन करने के लिए rel विशेषता का मान क्या है?
A.
favicon
favicon
B.
image
image
C.
icon
icon
D.
fav
fav
Question No# :
46
out of 50
Which tag is used to create a numbered list in HTML
HTML में क्रमांकित सूची बनाने के लिए किस टैग का उपयोग किया जाता है
A.
<ul>
<ul>
B.
<ol>
<ol>
C.
<li>
<li>
D.
<dl>
<dl>
Question No# :
47
out of 50
In HTML, the tags are
HTML में, टैग हैं
A.
in upper case
in upper case
B.
case-sensitive
case-sensitive
C.
in lowercase
in lowercase
D.
not case sensitive
not case sensitive
Question No# :
48
out of 50
Which one of the following is an empty Tag
निम्नलिखित में से कौन सा एक खाली टैग है
A.
<input>
<इनपुट>
B.
<marquee>
<मार्की>
C.
<p>
<पी>
D.
<table>
<टेबल >
Question No# :
49
out of 50
Which HTML attribute is used to specify an alternate text for an image
किसी छवि के लिए वैकल्पिक टेक्स्ट निर्दिष्ट करने के लिए किस HTML विशेषता का उपयोग किया जाता है
A.
alt
ऑल्ट
B.
title
शीर्षक
C.
src
स्रोत
D.
link
जोड़ना
Question No# :
50
out of 50
HTML uses
HTML उपयोग करता है
A.
User defined Tags
यूजर के द्वारा बनाये गए टैग
B.
Pre-Specified Tags
पूर्व-निर्दिष्ट टैग
C.
Predefined Tags
भाषा द्वारा परिभाषित निश्चित टैग
D.
All of the Above
ऊपर के सभी
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2026
Best Computer Training Institute in Prayagraj (Allahabad)
Best Java Training Institute in Prayagraj (Allahabad)
Best Python Training Institute in Prayagraj (Allahabad)
O Level Online Test in Hindi
Best Website and Software Company in Allahabad