Menu mobile
Home
PYTHON
Python Tutorial
Program Example
Interview Questions
JAVA
Java Tutorial
Program Example
Interview Questions
C Language
C Tutorial
Program Example
Interview Questions
Web Design
HTML
CSS
Java Script
PHP
Assignment
MS Office
HTML
CSS
Java Script
QUIZ ON : HTML - LIST IN HTML
LIST IN HTML
00:00:00
English
Hindi
Question No# :
01
out of 19
Which of the following is the correct way to create a list using the lowercase letters?
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# :
02
out of 19
To start a list using filled circles we use
To start a list using filled circles we use
A.
<ul type:"disc">
<ul type:"disc">
B.
<ul type="round">
<ul type="round">
C.
<ul type="disc">
<ul type="disc">
D.
<ul type:"round">
<ul type:"round">
Question No# :
03
out of 19
Which tag is used to describe an list item?
Which tag is used to describe an list item?
A.
<dl>
<dl>
B.
<li>
<li>
C.
<dd>
<dd>
D.
<ul>
<ul>
Question No# :
04
out of 19
HTML allows us to create three different kinds of ___
HTML हमें तीन अलग-अलग प्रकार के ___ बनाने की अनुमति देता है
A.
Functions
कार्यों
B.
Events
आयोजन
C.
Files
फ़ाइलें
D.
Lists
सूचियों
Question No# :
05
out of 19
To create a bulleted list we use
To create a bulleted list we use
A.
<ol>
<ol>
B.
<ul>
<ul>
C.
<li>
<li>
D.
None of the above
None of the above
Question No# :
06
out of 19
Which tag is used to list individual items of an ordered list?
ऑर्डर की गई लिस्ट के अलग-अलग आइटम को सूचीबद्ध करने के लिए किस टैग का यूज़ किया जाता है?
A.
LI
LI
B.
OL
OL
C.
UL
UL
D.
None of the above
इनमे से कोई भी नहीं
Question No# :
07
out of 19
Which of the following is the correct way to start an ordered list with the count of numeric value 4?
Which of the following is the correct way to start an ordered list with the count of numeric value 4?
A.
<ol type = "1" initial = "4">
<ol type = "1" initial = "4">
B.
<ol type = "1" begin = "4">
<ol type = "1" begin = "4">
C.
<ol type = "1" num = "4">
<ol type = "1" num = "4">
D.
<ol type = "1" start = "4">
<ol type = "1" start = "4">
Question No# :
08
out of 19
To start a list at the count of 3 we use
To start a list at the count of 3 we use
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# :
09
out of 19
Which of the following is a two sided tag?
निम्नलिखित में से कौन दो तरफा टैग है?
A.
DT
DT
B.
LI
LI
C.
DD
DD
D.
DL
DL
Question No# :
10
out of 19
In order to create an ordered list, we can use the tag:
ऑर्डर की गई सूची बनाने के लिए, हम टैग का उपयोग कर सकते हैं:
A.
<UL> </UL>
<UL> </UL>
B.
<P> </P>
<P> </P>
C.
<A> </A>
<A> </A>
D.
<OL> </OL>
<OL> </OL>
Question No# :
11
out of 19
<DT> tag is designed to fit a single line of our web page but <DD> tag will accept a
<DT> टैग को हमारे वेब पेज की एक पंक्ति में फिट करने के लिए डिज़ाइन किया गया है लेकिन <DD> टैग स्वीकार करेगा
A.
line of text
line of text
B.
Full paragraph
Full paragraph
C.
word
word
D.
request
request
Question No# :
12
out of 19
Which tag will display the content of list?
Which tag will display the content of list?
A.
ul
ul
B.
li
li
C.
ol
ol
D.
dl
dl
Question No# :
13
out of 19
HTML <dl> tag defines the
HTML <dl> tag defines the
A.
Unordered list
Unordered list
B.
Ordered list
Ordered list
C.
Description list
Description list
D.
Descriptive list
Descriptive list
Question No# :
14
out of 19
What tag is used to list individual items of an ordered list?
What tag is used to list individual items of an ordered list?
A.
li
li
B.
ol
ol
C.
ul
ul
D.
none of the above
none of the above
Question No# :
15
out of 19
The tag used to create a new list item and also include a hyperlink is
एक नया सूची आइटम बनाने और एक हाइपरलिंक भी शामिल करने के लिए उपयोग किया जाने वाला टैग है
A.
<LI>
<LI>
B.
<DL>
<DL>
C.
<DD>
<DD>
D.
<UL>
<UL>
Question No# :
16
out of 19
How can you make a list with numbers?
आप संख्याओं की सूची कैसे बना सकते हैं?
A.
<dl>
<dl>
B.
<ol>
<ol>
C.
<ul>
<ul>
D.
<list>
<list>
Question No# :
17
out of 19
What kind of list will <ol> tags create?
What kind of list will <ol> tags create?
A.
Numbered list
Numbered list
B.
Bulleted list
Bulleted list
C.
Any of the two
Any of the two
D.
None of the above
None of the above
Question No# :
18
out of 19
How can you make a bulleted list?
आप बुलेटेड लिस्ट कैसे बना सकते हैं?
A.
<dl>
<dl>
B.
<ol>
<ol>
C.
<list>
<list>
D.
<ul>
<ul>
Question No# :
19
out of 19
What are the types of unordered or bulleted list in HTML?
What are the types of unordered or bulleted list in HTML?
A.
disc, square, triangle
disc, square, triangle
B.
polygon, triangle, circle
polygon, triangle, circle
C.
disc, circle, square
disc, circle, square
D.
All of the above
All of the above
CCC Online Test 2021
CCC Practice Test Hindi
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 NIELIT Study material and Quiz
Bank SSC Railway TET UPTET Question Bank
career counselling in allahabad
Sarkari Naukari Notification
Best Website and Software Company in Allahabad
Website development Company in Allahabad