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
The year in which HTML was first proposed
HTML को पहली बार कब प्रस्तावित किया गया था
A.
1990
1990
B.
1980
1980
C.
2000
2000
D.
1995
1995
Question No# :
02
out of 50
HTML document start and end with which tag pairs?
HTML पेज किस टैग से प्रारंभ और समाप्त होता है?
A.
HTML
HTML
B.
Web
Web
C.
Body
Body
D.
Head
Head
Question No# :
03
out of 50
How can you insert a comment in HTML
आप HTML में टिप्पणी कैसे डाल सकते हैं
A.
<!-- comment -->
<!-- टिप्पणी -->
B.
// comment
// टिप्पणी
C.
<comment>
<टिप्पणी>
D.
<!-- comment !-->
<!-- टिप्पणी !-->
Question No# :
04
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# :
05
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# :
06
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# :
07
out of 50
Which of the following is part of an HTML tag and provides additional information about the element?
निम्नलिखित में से कौन एक HTML टैग का पार्ट है और एलिमेंट के बारे में अतिरिक्त जानकारी प्रदान करता है?
A.
Attribute
एट्रिब्यूट
B.
Cookie
कुकी
C.
Ordered List
ऑर्डर्ड लिस्ट
D.
Hypertext
हाइपरटेक्स्ट
Question No# :
08
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# :
09
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# :
10
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# :
11
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# :
12
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# :
13
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# :
14
out of 50
Which character is used to represent when a tag is closed in HTML?
HTML में टैग बंद होने पर दर्शाने के लिए किस वर्ण का उपयोग किया जाता है?
A.
#
#
B.
!
!
C.
/
/
D.
\
\
Question No# :
15
out of 50
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# :
16
out of 50
Which tag is used to add a horizontal rule (line) in HTML
HTML में क्षैतिज नियम (लाइन) जोड़ने के लिए किस टैग का उपयोग किया जाता है
A.
<hr>
<hr>
B.
<br>
<br>
C.
<line>
<line>
D.
<divider>
<divider>
Question No# :
17
out of 50
which one is invalid attribute of <body> tag
कौन सा एट्रिब्यूट <body> टैग में इस्तेमाल नहीं किया जा सकता
A.
bgcolor
bgcolor
B.
text
text
C.
color
color
D.
background
background
Question No# :
18
out of 50
Which one of the following is an empty Tag
निम्नलिखित में से कौन सा एक खाली टैग है
A.
<input>
<इनपुट>
B.
<marquee>
<मार्की>
C.
<p>
<पी>
D.
<table>
<टेबल >
Question No# :
19
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# :
20
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# :
21
out of 50
The page title is inside the____tag.
पृष्ठ का शीर्षक ____टैग के अंदर है।
A.
Body
बॉडी
B.
Head
हेड
C.
Division
Division
D.
Table
टेबल
Question No# :
22
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# :
23
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# :
24
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# :
25
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# :
26
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# :
27
out of 50
What is the correct way to declare a document as HTML5
किसी दस्तावेज़ को HTML5 घोषित करने का सही तरीका क्या है
A.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!DOCTYPE html सार्वजनिक "-//W3C//DTD HTML 4.01//EN">
B.
<!DOCTYPE html SYSTEM "about:legacy-compat">
<!DOCTYPE html सिस्टम "about:legacy-compat">
C.
<!DOCTYPE html>
<!DOCTYPE html>
D.
<!DOCTYPE html5>
<!DOCTYPE html5>
Question No# :
28
out of 50
Which tag is used to define a drop-down list
ड्रॉप-डाउन सूची को परिभाषित करने के लिए किस टैग का उपयोग किया जाता है
A.
<select>
<चयन>
B.
<option>
<विकल्प>
C.
<dropdown>
<ड्रॉपडाउन>
D.
<list>
<सूची>
Question No# :
29
out of 50
What is the default font size of HTML text
HTML टेक्स्ट का डिफ़ॉल्ट फ़ॉन्ट आकार क्या है
A.
3
तीन
B.
4
चार
C.
5
पाँच
D.
7
सात
Question No# :
30
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# :
31
out of 50
To show deleted text(strikethrough ), which HTML element is used
हटाए गए टेक्स्ट (स्ट्राइकथ्रू) को दिखाने के लिए किस HTML तत्व का उपयोग किया जाता है
A.
<delete>
हटाएं>
B.
<strikethrough>
<स्ट्राइकथ्रू>
C.
<strike>
<स्ट्राइ>
D.
<b>
<बी >
Question No# :
32
out of 50
What should be the first tag in any HTML documents ?
किसी भी HTML डॉक्यूमेंट में प्रथम टैग कौन-सा होना चाहिए?
A.
<head>
<head>
B.
<title>
<title>
C.
<html>
<html>
D.
<document>
<document>
Question No# :
33
out of 50
Which attribute is used to set space(margin) inside cell in html table
HTML तालिका में सेल के अंदर स्पेस (मार्जिन) सेट करने के लिए किस विशेषता का उपयोग किया जाता है
A.
cellspacing
कोशिका रिक्ति
B.
cellpadding
सेलपैडिंग
C.
cellgapping
सेलगैपिंग
D.
cellmargin
सेलमार्जिन
Question No# :
34
out of 50
HTML uses
HTML उपयोग करता है
A.
User defined Tags
यूजर के द्वारा बनाये गए टैग
B.
Pre-Specified Tags
पूर्व-निर्दिष्ट टैग
C.
Predefined Tags
भाषा द्वारा परिभाषित निश्चित टैग
D.
All of the Above
ऊपर के सभी
Question No# :
35
out of 50
What is the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग क्या है
A.
<h1>
<हैडिंग1>
B.
<h6>
<हैडिंग 6>
C.
<head>
<हेड >
D.
<heading>
<हैडिंग >
Question No# :
36
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# :
37
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# :
38
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# :
39
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# :
40
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# :
41
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# :
42
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# :
43
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# :
44
out of 50
Which method is secure to transfer form data to server
फॉर्म डेटा को सर्वर पर ट्रांसफर करने के लिए कौन सी विधि सुरक्षित है
A.
SAFE
सुरक्षित
B.
GET
पाना
C.
SECURE
सुरक्षित
D.
POST
डाक
Question No# :
45
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# :
46
out of 50
HTML is what type of language ?
HTML किस प्रकार की भाषा है?
A.
Markup Language
मार्कअप लैंग्वेज
B.
Programming Language
प्रोग्रामिंग लैंग्वेज
C.
Network Protocol
नेटवर्क प्रोटोकॉल
D.
Scripting Language
स्क्रिप्टिंग लैंग्वेज
Question No# :
47
out of 50
The entire web document is contained within ____
संपूर्ण वेब दस्तावेज़ ____ के भीतर समाहित है
A.
Comments
कम्मेन्ट्स
B.
Tags
टैग
C.
Web page
वेब पेज
D.
HTML element
एचटीएमएल तत्व
Question No# :
48
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# :
49
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# :
50
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
Latest Current Affairs 2025
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2025
Python Programming Tutorials
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
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Sarkari Exam Quiz