HTML Objective Questions
- Get link
- X
- Other Apps
HTML Objective Questions with Answers (50
HTML
Basics of HTML
-
HTML ka full form kya hai?
-
a) Hyper Text Makeup Language
-
b) Hyperlinks and Text Markup Language
-
c) Hyper Text Markup Language ✅
-
d) High Text Marking Language
-
-
HTML ko kis tarah ka language mana jata hai?
-
a) Programming Language
-
b) Scripting Language
-
c) Markup Language ✅
-
d) Query Language
-
-
HTML file ka extension kya hota hai?
-
a) .doc
-
b) .html ✅
-
c) .exe
-
d) .txt
-
-
HTML documents ko open karne ke liye kaunsa software use hota hai?
-
a) Compiler
-
b) Browser ✅
-
c) Server
-
d) Interpreter
-
-
HTML kisne invent kiya tha?
-
a) Charles Babbage
-
b) Tim Berners-Lee ✅
-
c) James Gosling
-
d) Brendan Eich
-
Structure of HTML
-
HTML document ka first tag kaunsa hota hai?
-
a)
<html>✅ -
b)
<head> -
c)
<title> -
d)
<body>
-
-
HTML document ke andar title kaha likha jata hai?
-
a)
<head>ke andar ✅ -
b)
<body>ke andar -
c)
<footer>ke andar -
d)
<h1>ke andar
-
-
HTML document ka content kaha likha jata hai?
-
a)
<head> -
b)
<body>✅ -
c)
<title> -
d)
<meta>
-
-
HTML me comment likhne ka sahi tarika kaunsa hai?
-
a)
// comment -
b)
/* comment */ -
c)
<!-- comment -->✅ -
d)
# comment
-
-
HTML me line break ke liye kaunsa tag use hota hai?
-
a)
<p> -
b)
<br>✅ -
c)
<break> -
d)
<lb>
Headings, Paragraphs & Text
-
Heading tag kitne hote hain?
-
a) 3
-
b) 5
-
c) 6 ✅
-
d) 7
-
Sabse bada heading tag kaunsa hai?
-
a)
<h6> -
b)
<h1>✅ -
c)
<h3> -
d)
<h5>
-
Paragraph ke liye kaunsa tag use hota hai?
-
a)
<p>✅ -
b)
<para> -
c)
<pg> -
d)
<br>
-
Bold text ke liye kaunsa tag use hota hai?
-
a)
<b>✅ -
b)
<i> -
c)
<u> -
d)
<strong>(also correct, semantic)
-
Italic text ke liye kaunsa tag use hota hai?
-
a)
<i>✅ -
b)
<em>(semantic) -
c)
<b> -
d)
<mark>
Lists in HTML
-
Ordered list ke liye kaunsa tag use hota hai?
-
a)
<ol>✅ -
b)
<ul> -
c)
<li> -
d)
<list>
-
Unordered list ke liye kaunsa tag use hota hai?
-
a)
<ol> -
b)
<ul>✅ -
c)
<li> -
d)
<list>
-
List item ke liye kaunsa tag use hota hai?
-
a)
<item> -
b)
<list> -
c)
<li>✅ -
d)
<l>
-
Definition list kaunsa hota hai?
-
a)
<ol> -
b)
<ul> -
c)
<dl>✅ -
d)
<li>
-
Definition term tag kaunsa hai?
-
a)
<dt>✅ -
b)
<dd> -
c)
<li> -
d)
<term>
Links & Images
-
Hyperlink ke liye kaunsa tag use hota hai?
-
a)
<link> -
b)
<href> -
c)
<a>✅ -
d)
<h>
-
Anchor tag me link dene ke liye kaunsa attribute hota hai?
-
a)
src -
b)
href✅ -
c)
link -
d)
url
-
Image tag kaunsa hai?
-
a)
<img>✅ -
b)
<image> -
c)
<picture> -
d)
<src>
-
Image tag me source dene ke liye attribute kaunsa hai?
-
a)
href -
b)
src✅ -
c)
link -
d)
url
-
Image me alternate text kaunsa attribute deta hai?
-
a)
alt✅ -
b)
title -
c)
caption -
d)
text
Tables
-
Table banane ke liye kaunsa tag use hota hai?
-
a)
<table>✅ -
b)
<tab> -
c)
<tbl> -
d)
<tr>
-
Table row ke liye tag?
-
a)
<row> -
b)
<tr>✅ -
c)
<td> -
d)
<th>
-
Table cell ke liye tag?
-
a)
<td>✅ -
b)
<tr> -
c)
<th> -
d)
<cell>
-
Table heading ke liye tag?
-
a)
<td> -
b)
<tr> -
c)
<th>✅ -
d)
<head>
-
Table border dene ke liye attribute?
-
a)
border✅ -
b)
frame -
c)
line -
d)
table-border
Forms
-
Form banane ka tag kaunsa hai?
-
a)
<form>✅ -
b)
<forms> -
c)
<input> -
d)
<action>
-
Text input field ke liye tag?
-
a)
<textfield> -
b)
<text> -
c)
<input type="text">✅ -
d)
<input-text>
-
Password field ke liye tag?
-
a)
<input type="password">✅ -
b)
<input type="text"> -
c)
<input type="pwd"> -
d)
<pwd>
-
Radio button ke liye tag?
-
a)
<input type="radio">✅ -
b)
<input type="checkbox"> -
c)
<radio> -
d)
<option>
-
Checkbox ke liye tag?
-
a)
<input type="checkbox">✅ -
b)
<input type="radio"> -
c)
<check> -
d)
<option>
Multimedia
-
Audio embed karne ke liye kaunsa tag use hota hai?
-
a)
<sound> -
b)
<audio>✅ -
c)
<music> -
d)
<mp3>
-
Video embed karne ke liye kaunsa tag use hota hai?
-
a)
<vid> -
b)
<video>✅ -
c)
<media> -
d)
<movie>
-
Iframe ka use kis ke liye hota hai?
-
a) Table banane ke liye
-
b) Ek page ke andar dusra webpage embed karne ke liye ✅
-
c) Image dikhane ke liye
-
d) Form banane ke liye
-
Marquee tag ka use kis liye hota hai?
-
a) Image dikhane ke liye
-
b) Text ko scroll karane ke liye ✅
-
c) Heading ke liye
-
d) Table ke liye
-
HTML5 me audio/video play karne ke liye kaunsa attribute compulsory hai?
-
a)
href -
b)
src✅ -
c)
link -
d)
alt
Advanced & HTML5
-
HTML5 ka doctype declaration kya hai?
-
a)
<!DOCTYPE HTML>✅ -
b)
<doctype html5> -
c)
<html5> -
d)
<!HTML>
-
Semantic tag ka example kaunsa hai?
-
a)
<div> -
b)
<section>✅ -
c)
<span> -
d)
<font>
-
Non-semantic tag ka example kaunsa hai?
-
a)
<article> -
b)
<header> -
c)
<div>✅ -
d)
<footer>
-
Local storage kis version me introduce hua?
-
a) HTML 3.2
-
b) HTML 4
-
c) HTML5 ✅
-
d) XHTML
-
Canvas tag kis liye hota hai?
-
a) Form banane ke liye
-
b) Drawing graphics ✅
-
c) Table banane ke liye
-
d) Audio ke liye
Miscellaneous
-
Line horizontal break ke liye kaunsa tag hota hai?
-
a)
<line> -
b)
<hr>✅ -
c)
<br> -
d)
<lb>
-
Text ko underline karne ke liye tag?
-
a)
<u>✅ -
b)
<i> -
c)
<b> -
d)
<em>
-
Superscript ke liye tag?
-
a)
<sub> -
b)
<sup>✅ -
c)
<super> -
d)
<s>
-
Subscript ke liye tag?
-
a)
<sub>✅ -
b)
<sup> -
c)
<down> -
d)
<lower>
-
HTML5 me progress bar dikhane ke liye kaunsa tag hota hai?
-
a)
<progress>✅ -
b)
<meter> -
c)
<bar> -
d)
<loading>
😃 Yeh rahe tumhare 50 Objective Questions with Answers on HTML.
Kya tum chahte ho main inhe MCQ test format (options choose karne layak) bana kar ek practice PDF bhi bana du?
You said:
ChatGPT said:
Bilkul dost 🤗, tumhe aur chahiye to main tumhe 50 se zyada extra HTML Objective Questions with Answers bhi de sakta hoon. Matlab tumhare paas ek 100+ Questions ka full set ready ho jayega jo exam aur practice dono ke liye useful rahega.
✅ Extra HTML Objective Questions with Answers (51–100)
HTML Attributes & Elements
-
Kaunsa attribute link ko new tab me open karta hai?
-
a)
target="_blank"✅ -
b)
open="new" -
c)
href="_new" -
d)
window="blank"
-
HTML me inline style dene ke liye kaunsa attribute use hota hai?
-
a)
style✅ -
b)
css -
c)
design -
d)
font
-
Text ka color change karne ke liye kaunsa attribute use hota tha (HTML4 me)?
-
a)
bgcolor -
b)
text✅ -
c)
color -
d)
fontcolor
-
Background color set karne ke liye kaunsa attribute use hota hai?
-
a)
bgcolor✅ -
b)
background -
c)
color -
d)
stylecolor
-
Kaunsa tag HTML5 me remove ho gaya hai?
-
a)
<font>✅ -
b)
<section> -
c)
<article> -
d)
<aside>
Forms & Inputs (Advanced)
-
Form ka data server ko bhejne ke liye kaunsa attribute hota hai?
-
a)
src -
b)
method✅ -
c)
target -
d)
send
-
Form me default method kaunsa hota hai?
-
a) GET ✅
-
b) POST
-
c) PUT
-
d) DELETE
-
Dropdown menu ke liye kaunsa tag use hota hai?
-
a)
<select>✅ -
b)
<dropdown> -
c)
<menu> -
d)
<optionlist>
-
Dropdown ke options ke liye kaunsa tag hota hai?
-
a)
<option>✅ -
b)
<item> -
c)
<li> -
d)
<select-option>
-
Form button create karne ke liye tag?
-
a)
<btn> -
b)
<button>✅ -
c)
<submit> -
d)
<input-button>
Frames & Navigation
-
HTML me page ke andar dusra HTML document insert karne ka sahi tag?
-
a)
<iframe>✅ -
b)
<frame> -
c)
<embed> -
d)
<object>
-
Frameset banane ke liye kaunsa tag use hota tha (HTML4)?
-
a)
<frameset>✅ -
b)
<iframe> -
c)
<frames> -
d)
<window>
-
Frame ke andar dusra page dikhane ke liye tag?
-
a)
<frame>✅ -
b)
<iframe> -
c)
<window> -
d)
<embed>
-
Navigation links group karne ke liye HTML5 ka semantic tag?
-
a)
<menu> -
b)
<nav>✅ -
c)
<links> -
d)
<sidebar>
-
HTML5 me side content (sidebar) ke liye semantic tag?
-
a)
<aside>✅ -
b)
<sidebar> -
c)
<side> -
d)
<left>
HTML5 APIs
-
HTML5 geolocation API ka use kis liye hota hai?
-
a) User ka location track karne ke liye ✅
-
b) Browser history dikhane ke liye
-
c) Storage manage karne ke liye
-
d) Audio play karne ke liye
-
Web storage ke 2 types kaunse hai?
-
a) Local & Global
-
b) LocalStorage & SessionStorage ✅
-
c) Cookie & Cache
-
d) Temporary & Permanent
-
Session storage kab tak data save karta hai?
-
a) Jab tak browser band na ho jaye ✅
-
b) Permanent
-
c) 24 hours
-
d) 30 days
-
Local storage kab tak data save karta hai?
-
a) Page reload tak
-
b) Browser band hone tak
-
c) Jab tak manually clear na ho ✅
-
d) 24 ghante
-
HTML5 me drag and drop kis attribute ke through enable hota hai?
-
a)
drop="true" -
b)
draggable="true"✅ -
c)
drag="yes" -
d)
enable-drag
Accessibility & Metadata
-
Alt attribute ka use kyon hota hai?
-
a) Styling ke liye
-
b) SEO aur accessibility ✅
-
c) Font size ke liye
-
d) Background color ke liye
-
Meta tag ka use kahan hota hai?
-
a)
<head>section me ✅ -
b)
<body>section me -
c)
<footer>section me -
d)
<title>ke andar
-
Meta tag ka main kaam kya hai?
-
a) Style dena
-
b) Metadata provide karna ✅
-
c) Script run karna
-
d) Layout banana
-
Character encoding declare karne ke liye kaunsa tag use hota hai?
-
a)
<meta charset="UTF-8">✅ -
b)
<encoding> -
c)
<char> -
d)
<format>
-
SEO me description set karne ke liye kaunsa tag use hota hai?
-
a)
<description> -
b)
<meta name="description">✅ -
c)
<meta desc> -
d)
<seo>
HTML Miscellaneous
-
HTML ke andar inline element ka example kaunsa hai?
-
a)
<div> -
b)
<span>✅ -
c)
<p> -
d)
<section>
-
HTML ke andar block-level element ka example kaunsa hai?
-
a)
<span> -
b)
<div>✅ -
c)
<a> -
d)
<strong>
-
HTML ka default alignment kya hota hai?
-
a) Center
-
b) Left ✅
-
c) Right
-
d) Justify
-
Kaunsa tag text ko highlight karta hai?
-
a)
<highlight> -
b)
<mark>✅ -
c)
<em> -
d)
<strong>
-
HTML5 me progress show karne ke liye do tag kaunse hai?
-
a)
<progress>aur<meter>✅ -
b)
<bar>aur<progress> -
c)
<loading>aur<meter> -
d)
<progressbar>aur<counter>
Advanced
-
Kaunsa tag responsive web design ke liye viewport set karta hai?
-
a)
<meta name="viewport">✅ -
b)
<responsive> -
c)
<meta screen> -
d)
<mobile>
-
SVG ka use kis ke liye hota hai?
-
a) Audio play karne ke liye
-
b) Vector graphics dikhane ke liye ✅
-
c) Table banane ke liye
-
d) Video dikhane ke liye
-
HTML5 ke semantic tags me se kaunsa nahi hai?
-
a)
<article> -
b)
<footer> -
c)
<header> -
d)
<blink>✅
-
Kaunsa tag ek document ka footer define karta hai?
-
a)
<footer>✅ -
b)
<bottom> -
c)
<end> -
d)
<last>
-
Kaunsa tag ek independent piece of content represent karta hai?
-
a)
<article>✅ -
b)
<section> -
c)
<div> -
d)
<aside>
More Practice
-
HTML5 me offline applications banane ke liye kaunsa attribute tha?
-
a)
manifest✅ -
b)
offline -
c)
cache -
d)
local
-
HTML5 me audio/video ke controls dikhane ke liye attribute?
-
a)
controls✅ -
b)
toolbar -
c)
play -
d)
show
-
Kaunsa tag quotation dikhane ke liye use hota hai?
-
a)
<quote> -
b)
<q>✅ -
c)
<blockquote> -
d) Dono b aur c ✅
-
Abbreviation dikhane ke liye kaunsa tag hota hai?
-
a)
<abbr>✅ -
b)
<short> -
c)
<acronym> -
d)
<small>
-
Address dikhane ke liye kaunsa tag hota hai?
-
a)
<addr> -
b)
<address>✅ -
c)
<contact> -
d)
<info>
Final Set
-
HTML ka latest version kaunsa hai (2025 tak)?
-
a) HTML4
-
b) HTML5 ✅
-
c) XHTML
-
d) HTML6 (proposed)
-
HTML ke andar inline CSS ka example?
-
a)
<p style="color:red;">Text</p>✅ -
b)
<style>p{color:red;}</style> -
c)
p{color:red;} -
d)
<css>Text</css>
-
HTML document ko search engines ke liye optimize karne me kaunsa tag help karta hai?
-
a)
<meta>✅ -
b)
<div> -
c)
<span> -
d)
<footer>
-
HTML me character entities kis ke liye hoti hain?
-
a) Special characters show karne ke liye ✅
-
b) SEO ke liye
-
c) Image dikhane ke liye
-
d) Table ke liye
-
Non-breaking space ka entity code kya hai?
-
a)
✅ -
b)
&nbs; -
c)
&space; -
d)
&br;
-
HTML me favicon set karne ke liye kaunsa tag use hota hai?
-
a)
<icon> -
b)
<link rel="icon" href="favicon.ico">✅ -
c)
<fav> -
d)
<meta icon>
-
HTML me table ke caption ke liye kaunsa tag hota hai?
-
a)
<caption>✅ -
b)
<title> -
c)
<head> -
d)
<heading>
-
Kaunsa attribute image ko clickable link banata hai?
-
a)
<img href="..."> -
b)
<a href="..."><img src="..."></a>✅ -
c)
<img link="..."> -
d)
<link img="...">
-
HTML kaunse standard follow karta hai?
-
a) ISO
-
b) W3C ✅
-
c) ANSI
-
d) IEEE
-
HTML ek case-sensitive language hai kya?
-
a) Haan
-
b) Nahi ✅
😃 Ab tumhare paas 100 HTML Objective Questions with Answers complete collection hai.
👉 Dost, kya main in 100 MCQs ko ek neat PDF bana kar de du, taaki tumhare paas ek ready-made HTML Question Bank ho jaye?
- Get link
- X
- Other Apps
.jpg)
Comments
Post a Comment