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 TEXT FORMATTING
HTML TEXT FORMATTING
00:00:00
English
Hindi
Question No# :
01
out of 50
HTML allows us to use ___ levels of headings.
HTML हमें शीर्षकों के ___ स्तरों का उपयोग करने की अनुमति देता है।
A.
Two
दो
B.
Three
तीन
C.
Five
पाँच
D.
Six
छह
Question No# :
02
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# :
03
out of 50
The attribute of <form> tag
The attribute of <form> tag
A.
Method
Method
B.
Action
Action
C.
Both (a)&(b)
Both (a)&(b)
D.
None of these.
None of these.
Question No# :
04
out of 50
Can the element <h1> be replaced with <H1>?
Can the element <h1> be replaced with <H1>?
A.
No, they represent different elements altogether
No, they represent different elements altogether
B.
Yes, both are same
Yes, both are same
C.
First is correct only
First is correct only
D.
Second is correct only
Second is correct only
Question No# :
05
out of 50
Choose the correct HTML tag to make a text italic.
टेक्स्ट को इटैलिक बनाने के लिए सही HTML टैग चुनें।
A.
<li>
<li>
B.
<italics>
<italics>
C.
<italic>
<italic>
D.
<i>
<i>
Question No# :
06
out of 50
Which of the following is true ?
इनमे से कौन सा कथन सत्य है
A.
BR tag is used to have a blank line
BR tag is used to have a blank line
B.
In tables, the header cell is centered by default and the data cells are right aligned
In tables, the header cell is centered by default and the data cells are right aligned
C.
The <TR> is used to create a data cell
The <TR> is used to create a data cell
D.
INPUT tag must have at least 4 attributes
INPUT tag must have at least 4 attributes
Question No# :
07
out of 50
Choose the correct HTML tag for the largest heading
सबसे बड़े शीर्षक के लिए सही HTML टैग चुनें
A.
H1 tag
H1 tag
B.
H6 tag
H6 tag
C.
H10 tag
H10 tag
D.
HEAD tag
HEAD tag
Question No# :
08
out of 50
Which of the following HTML tag is the special formatting tag?
निम्नलिखित में से कौन सा HTML टैग विशेष स्वरूपण टैग है?
A.
<p>
<p>
B.
<b>
<b>
C.
<pre>
<pre>
D.
None of the above
इनमे से कोई नहीं
Question No# :
09
out of 50
Which tag is used to create a blank line in HTML?
HTML में रिक्त रेखा बनाने के लिए किस टैग का उपयोग किया जाता है?
A.
<b>
<b>
B.
<br>
<br>
C.
<em>
<em>
D.
<blank>
<blank>
Question No# :
10
out of 50
Among the following, which is the HTML paragraph tag?
निम्नलिखित में से HTML पैराग्राफ टैग कौन सा है?
A.
<p>
<p>
B.
<pre>
<pre>
C.
<hr>
<hr>
D.
<a>
<a>
Question No# :
11
out of 50
Choose the correct HTML element for the largest heading :
सबसे बड़े शीर्षक के लिए सही HTML टैग चुनें:
A.
<h6>
<h6>
B.
<head>
<head>
C.
<h1>
<h1>
D.
<heading>
<heading>
Question No# :
12
out of 50
Which HTML element is used for abbreviation or acronym?
संक्षिप्तीकरण या परिवर्णी शब्द के लिए किस HTML तत्व का उपयोग किया जाता है?
A.
<abbr>
<abbr>
B.
<blockquote>
<blockquote>
C.
<q>
<q>
D.
<em>
<em>
Question No# :
13
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.
<body background=”yellow”>
<body background=”yellow”>
Question No# :
14
out of 50
What is the use of <hr/> tag in HTML?
HTML में <hr/> टैग का क्या उपयोग है?
A.
For making content appearance italics
For making content appearance italics
B.
To create vertical rule between sections
To create vertical rule between sections
C.
To create a line break
To create a line break
D.
To create horizontal rule between sections
To create horizontal rule between sections
Question No# :
15
out of 50
Which HTML tag is used for making character appearance bold?
करैक्टर के स्वरूप को बोल्ड बनाने के लिए किस HTML टैग का उपयोग किया जाता है?
A.
<u>content</u>
<u>content</u>
B.
<b>content</b>
<b>content</b>
C.
<br>content</br>
<br>content</br>
D.
) <i>content</i>
) <i>content</i>
Question No# :
16
out of 50
Which tag is used to increase the font size of the displayed text?
Which tag is used to increase the font size of the displayed text?
A.
<large></large>
<large></large>
B.
<big></big>
<big></big>
C.
<size></size>
<size></size>
D.
<font></font>
<font></font>
Question No# :
17
out of 50
<a> tag in HTML is used for creating
HTML में <a> टैग क्या क्रिएट करने के लिए यूज़ किया जाता है
A.
List
लिस्ट
B.
Links
लिंक्स
C.
Address
एड्रेस
D.
None of the options
कोई भी विकल्प नहीं
Question No# :
18
out of 50
___________ is used to enable the use of active documents
___________ is used to enable the use of active documents
A.
HTML
HTML
B.
CGI
CGI
C.
JAVA
JAVA
D.
All the above
All the above
Question No# :
19
out of 50
Which is correct?
क्या सही है?
A.
<b>Click Here<b>
<b>Click Here<b>
B.
<strong>Click Here<strong>
<strong>Click Here<strong>
C.
<b>Click Here</b>
<b>Click Here</b>
D.
</strong>Click Here</strong>
</strong>Click Here</strong>
Question No# :
20
out of 50
Which of the tag is used to creates a number list?
संख्या सूची बनाने के लिए किस टैग का उपयोग किया जाता है?
A.
<UL>
<UL>
B.
<OL>
<OL>
C.
<DL>
<DL>
D.
None of these
इनमें से कोई नहीं
Question No# :
21
out of 50
Which of the following tag is used to mark a beginning of paragraph ?
पैराग्राफ की शुरुआत को चिह्नित करने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
A.
<TD>
<TD>
B.
<BR>
<BR>
C.
<P>
<P>
D.
<TR>
<TR>
Question No# :
22
out of 50
The <small> and <big> tags are special in a what way?
The <small> and <big> tags are special in a what way?
A.
They are for images only
They are for images only
B.
They work on anything
They work on anything
C.
They can be repeated
They can be repeated
D.
None of the above
None of the above
Question No# :
23
out of 50
____is the HTML tag used for superscript text
सुपरस्क्रिप्ट टेक्स्ट के लिए उपयोग किया जाने वाला HTML टैग है
A.
<Sup>
<Sup>
B.
<Superscript>
<Superscript>
C.
<S>
<S>
D.
<Superscripteds>
<Superscripteds>
Question No# :
24
out of 50
To show deleted text, which HTML element is used?
डिलीट किये गए टेक्स्ट को दिखाने के लिए किस HTML तत्व का उपयोग किया जाता है?
A.
<del>
<del>
B.
<em>
<em>
C.
<strong>
<strong>
D.
<ins>
<ins>
Question No# :
25
out of 50
What does the <marquee> tag represent in HTML
HTML में marque> टैग क्या दर्शाता है
A.
makes text Bold
टेक्स्ट को बोल्ड बनाता है
B.
makes Text Italic
टेक्स्ट को इटैलिक बनाता है
C.
makes Text Underline
टेक्स्ट को अंडरलाइन करता है
D.
None of these
इनमें से कोई नहीं
Question No# :
26
out of 50
In HTML, the correct way of commenting out something would be using:
HTML में, किसी चीज़ पर टिप्पणी करने का सही तरीका निम्न का उपयोग करना होगा:
A.
## and #
## and #
B.
<!–- and -–>
<!–- and -–>
C.
</– and -/->
</– and -/->
D.
<!– and -!>
<!– and -!>
Question No# :
27
out of 50
The <hr> tag in HTML is used for
HTML में <hr> टैग का प्रयोग किया जाता है
A.
new line
new line
B.
vertical ruler
vertical ruler
C.
new paragraph
new paragraph
D.
horizontal line
horizontal line
Question No# :
28
out of 50
<del> element defines text that has been deleted from a document. Browser display them as
<del> एलिमेंट उस टेक्स्ट को परिभाषित करता है जिसे डॉक्यूमेंट किया गया है से हटा दिया गया। ब्राउज़र प्रदर्शन करता हैं|
A.
Red color
लाल रंग
B.
Strikethrough
स्ट्राइकथ्रू
C.
Bold
बोल्ड
D.
Black color
ब्लैक कलर
Question No# :
29
out of 50
which Symbol at used at the beginning of the HREF text for linking in same page
HREF टेक्स्ट की शुरुआत में कौन सा Symbol इस्तेमाल किया जा सकता है?
A.
#
#
B.
$
$
C.
&
&
D.
^
^
Question No# :
30
out of 50
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# :
31
out of 50
How can you open a link in its own unique new window?
आप किसी लिंक को उसकी अपनी अनूठी नई विंडो में कैसे खोल सकते हैं?
A.
TARGET=”_NEW_WINDOW”
TARGET=”_NEW_WINDOW”
B.
TARGET=”NEW”
TARGET=”NEW”
C.
TARGET=”_BLANK”
TARGET=”_BLANK”
D.
TARGET=”_NEW”
TARGET=”_NEW”
Question No# :
32
out of 50
Using <p> tag will
Using <p> tag will
A.
start a new paragraph
start a new paragraph
B.
break the line
break the line
C.
end the current paragraph
end the current paragraph
D.
none of the above
none of the above
Question No# :
33
out of 50
Markup tags tell the web browser
मार्कअप टैग वेब ब्राउज़र को ______ बताते हैं
A.
How to organize the page
पेज को कैसे व्यवस्थित करें
B.
How to display the page
पेज को कैसे प्रदर्शित करें
C.
How to display message box on page
पेज पर मैसेज बॉक्स कैसे प्रदर्शित करें
D.
None of these
इनमें से कोई नहीं
Question No# :
34
out of 50
Which html tag used for bold text ?
बोल्ड टेक्स्ट के लिए कौन सा html टैग प्रयोग किया जाता है?
A.
<h1>
<h1>
B.
<marquee>
<marquee>
C.
<u>
<u>
D.
<strong>
<strong>
Question No# :
35
out of 50
How do we write comments in HTML5?
हम HTML5 में कमेंट कैसे लिखते हैं?
A.
<!--.….-->
<!--.….-->
B.
<--.….--!>
<--.….--!>
C.
</--…..-->
</--…..-->
D.
</--…..--/>
</--…..--/>
Question No# :
36
out of 50
What does the <br> tag add to your webpage?
<br> टैग आपके वेबपेज में क्या जोड़ता है?
A.
Long break
Long break
B.
Paragraph break
Paragraph break
C.
Line break
Line break
D.
None of the above
None of the above
Question No# :
37
out of 50
Which of the following tag is used for inserting the largest heading in HTML?
HTML में सबसे बड़ी हेडिंग डालने के लिए निम्नलिखित में से किस टैग का उपयोग किया जाता है?
A.
head
head
B.
<h1>
<h1>
C.
<h6>
<h6>
D.
heading
heading
Question No# :
38
out of 50
Which tag is used to underline the text in HTML?
HTML में टेक्स्ट को रेखांकित करने के लिए किस टैग का उपयोग किया जाता है?
A.
<un>
<un>
B.
<u>
<u>
C.
<under>
<under>
D.
<ul>
<ul>
Question No# :
39
out of 50
<b> tag makes the enclosed text bold. What is other tag to make text bold?
<b> टैग संलग्न टेक्स्ट को बोल्ड बनाता है। टेक्स्ट को बोल्ड बनाने के लिए अन्य टैग क्या है?
A.
<strong>
<strong>
B.
<dar>
<dar>
C.
<block>
<block>
D.
<emp>
<emp>
Question No# :
40
out of 50
Which of the following HTML tag is used to display the text with scrolling effect?
स्क्रॉलिंग प्रभाव वाले टेक्स्ट को प्रदर्शित करने के लिए निम्न में से किस HTML टैग का उपयोग किया जाता है?
A.
<marquee>
<marquee>
B.
<scroll>
<scroll>
C.
<div>
<div>
D.
None of the above
None of the above
Question No# :
41
out of 50
Which HTML tag do we use for displaying the power in the expression, (x² – y²)?
(x² – y²) अभिव्यक्ति में शक्ति प्रदर्शित करने के लिए हम किस HTML टैग का उपयोग करते हैं?
A.
<p>
<p>
B.
<sup>
<sup>
C.
<sub>
<sub>
D.
None of the above
None of the above
Question No# :
42
out of 50
There are_____color names recognized by all version of HTML.
HTML के सभी संस्करणों द्वारा पहचाने जाने वाले _____रंग नाम हैं।
A.
6
6
B.
8
8
C.
256
256
D.
16
16
Question No# :
43
out of 50
Which HTML tag is used to convert the plain text into italic format?
सादे टेक्स्ट को इटैलिक फॉर्मेट में बदलने के लिए किस HTML टैग का उपयोग किया जाता है?
A.
<italic>
<italic>
B.
<i>
<i>
C.
<emp>
<emp>
D.
<imp>
<imp>
Question No# :
44
out of 50
Which element works similar to <b> element?
Which element works similar to <b> element?
A.
<fat>
<fat>
B.
<strong>
<strong>
C.
<black>
<black>
D.
<emp>
<emp>
Question No# :
45
out of 50
Which HTML tag produces the biggest heading?
कौन सा HTML टैग सबसे बड़ा शीर्षक बनाता है?
A.
<h7>
<h7>
B.
<h4>
<h4>
C.
<h9>
<h9>
D.
<h1>
<h1>
Question No# :
46
out of 50
How many headings in HTML?
HTML में कितने हैडिंग टैग हैं?
A.
4
4
B.
7
7
C.
6
6
D.
5
5
Question No# :
47
out of 50
Text within STRONG tag is displayed as
STRONG टैग के भीतर टेक्स्ट को इस प्रकार प्रदर्शित किया जाता है
A.
Indented
Indented
B.
Italic
Italic
C.
list
list
D.
Bold
Bold
Question No# :
48
out of 50
which tags is used to mark a beginning of paragraph.
पैराग्राफ की शुरुआत को चिह्नित करने के लिए कौन से टैग का उपयोग किया जाता है
A.
<td>
<td>
B.
<br>
<br>
C.
<P>
<P>
D.
<tr>
<tr>
Question No# :
49
out of 50
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# :
50
out of 50
<br> Tag is used for
<br> टैग का उपयोग किसके लिए किया जाता है
A.
Line Break
Line Break
B.
Horizontal row
Horizontal row
C.
Heading
Heading
D.
Underline
Underline
Latest Current Affairs 2024
Online Exam Quiz for One day Exam
Online Typing Test
CCC Online Test 2024
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