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 TABLE
HTML TABLE
00:00:00
English
Hindi
Question No# :
01
out of 31
which is correct value for 'valign' attribute of <td> tag
which is correct value for 'valign' attribute of <td> tag
A.
left
left
B.
right
right
C.
top
top
D.
All of the above
All of the above
Question No# :
02
out of 31
Increasing the cell padding means
Increasing the cell padding means
A.
Increase the softness of your site
Increase the softness of your site
B.
increase the space between cells
increase the space between cells
C.
increase the distance between cell and content
increase the distance between cell and content
D.
all of the above
all of the above
Question No# :
03
out of 31
The CELLSPACING attribute is used to ___
CELLSPACING विशेषता का उपयोग ___ के लिए किया जाता है
A.
Specify the colour of the border
सीमा का रंग निर्दिष्ट करें
B.
Specify the thickness of the border
सीमा की मोटाई निर्दिष्ट करें
C.
Specify the space between cells
कोशिकाओं के बीच की जगह निर्दिष्ट करें
D.
Specify the space between text and border
टेक्स्ट और बॉर्डर के बीच स्पेस निर्दिष्ट करें
Question No# :
04
out of 31
Which attribute id used in <td> or <th> to marge 2 or more cell vertically
Which attribute id used in <td> or <th> to marge 2 or more cell vertically
A.
rowspan
rowspan
B.
colspan
colspan
C.
rowmarge
rowmarge
D.
colmarge
colmarge
Question No# :
05
out of 31
Which of the following tag is used to add rows in the table?
निम्नलिखित में से किस टैग का उपयोग टेबल में रो (पंक्ति ) जोड़ने के लिए किया जाता है?
A.
<td> and </td>
<td> and </td>
B.
<th> and </th>
<th> and </th>
C.
<tr> and </tr>
<tr> and </tr>
D.
None of the above
None of the above
Question No# :
06
out of 31
Which tag allows you to add a row in a table?
Which tag allows you to add a row in a table?
A.
td
td
B.
rw
rw
C.
tr
tr
D.
th
th
Question No# :
07
out of 31
Which attribute you will use with TD tag to merge two cells horizontally?
Which attribute you will use with TD tag to merge two cells horizontally?
A.
merge=colspan2
merge=colspan2
B.
rowspan=2
rowspan=2
C.
colspan=2
colspan=2
D.
merge=row2
merge=row2
Question No# :
08
out of 31
the default text alignment for <th> tag is
the default text alignment for <th> tag is
A.
Left
Left
B.
Right
Right
C.
Center
Center
D.
Justify
Justify
Question No# :
09
out of 31
What is cell padding?
सेल पैडिंग क्या है?
A.
Used to separate cell walls from their contents
Used to separate cell walls from their contents
B.
Used to set space between cells
Used to set space between cells
C.
Both a and b above
Both a and b above
D.
Used to provide width to a cell
Used to provide width to a cell
Question No# :
10
out of 31
Which attribute is used to change the border color of table
Which attribute is used to change the border color of table
A.
colorborder
colorborder
B.
border
border
C.
bgcolor
bgcolor
D.
bordercolor
bordercolor
Question No# :
11
out of 31
The __________ attribute adds space within each cell.
__________ विशेषता प्रत्येक कोशिका के भीतर स्थान जोड़ती है।
A.
Cell Spacing
Cell Spacing
B.
Cell Padding
Cell Padding
C.
Width
Width
D.
Align
Align
Question No# :
12
out of 31
What will be added by using <td></td> tag ?
What will be added by using <td></td> tag ?
A.
cell
cell
B.
row
row
C.
step
step
D.
column
column
Question No# :
13
out of 31
Which of these tags are all <table> tags?
इनमें से कौन से टैग सभी <table> टैग हैं?
A.
<table><head><tfoot>
<table><head><tfoot
B.
<table><tr><td>
<table><tr><td>
C.
<table><tr><tt>
<table><tr><tt>
D.
<thead><body><tr>
<thead><body><tr>
Question No# :
14
out of 31
Correct HTML to left align the content inside a table cell is
Correct HTML to left align the content inside a table cell is
A.
<tdleft>
<tdleft>
B.
<td raligh = "left" >
<td raligh = "left" >
C.
<td align = "left">
<td align = "left">
D.
<td leftalign>
<td leftalign>
Question No# :
15
out of 31
Which Tag is used to define a caption in table
Which Tag is used to define a caption in table
A.
<caption></caption>
<caption></caption>
B.
<label></label>
<label></label>
C.
<title></title>
<title></title>
D.
None of these
None of these
Question No# :
16
out of 31
Is it possible to insert a table within another table?
Is it possible to insert a table within another table?
A.
Yes, but there must be exactly 2 rows and 2 columns in first table.
Yes, but there must be exactly 2 rows and 2 columns in first table.
B.
Yes, table can be inserted into cell of another table.
es, table can be inserted into cell of another table.
C.
Yes, but there must be no border in other table.
Yes, but there must be no border in other table.
D.
No, it’s not possible.
No, it’s not possible.
Question No# :
17
out of 31
Which of the following is not the element associated with the HTML table layout?
निम्नलिखित में से कौन सा तत्व HTML तालिका लेआउट से संबद्ध नहीं है?
A.
alignment
alignment
B.
color
color
C.
size
size
D.
spanning
spanning
Question No# :
18
out of 31
What does the <th> tag in HTML stand for
HTML में th टैग का क्या मतलब है
A.
Table header
टेबल हेडर
B.
Table column
टेबलकाँलम
C.
Table row
टेबल पंक्ति
D.
Table
टेबल
Question No# :
19
out of 31
bgcolor attribute us used in which tag
bgcolor attribute us used in which tag
A.
<table>
<table>
B.
<tr>
<tr>
C.
<td>
<td>
D.
All of the above
All of the above
Question No# :
20
out of 31
The main container for <tr>, <td> and <th> is
The main container for <tr>, <td> and <th> is
A.
<data>
<data>
B.
<group>
<group>
C.
<table>
<table>
D.
none of the above
none of the above
Question No# :
21
out of 31
Which of the following HTML tag is used to add a row in a table?
निम्नलिखित में से किस HTML टैग का उपयोग किसी तालिका में पंक्ति जोड़ने के लिए किया जाता है?
A.
<th>
<th>
B.
<td>
<td>
C.
<tr>
<tr>
D.
<tt>
<tt>
Question No# :
22
out of 31
Which tag allow you to add a row in a table?
कौन सा टैग आपको टेबल में रो ऐड करने की अनुमति देता है?
A.
<td> and </td>
<td> and </td>
B.
<row> and </row>
<dr> and </dr>
C.
<th> and </th>
<th> and </th>
D.
<tr> and </tr>
<tr> and </tf>
Question No# :
23
out of 31
which attribute is used to set or change the background color of table
which attribute is used to set or change the background color of table
A.
background
background
B.
backgrouncolor
backgrouncolor
C.
bgcolor
bgcolor
D.
tablecolor
tablecolor
Question No# :
24
out of 31
The default text alignment of <td> tag is
The default text alignment of <td> tag is
A.
Left
Left
B.
Right
Right
C.
Center
Center
D.
Justify
Justify
Question No# :
25
out of 31
TD tag is used for?
TD टैग का उपयोग किसके लिए किया जाता है?
A.
Table row
Table row
B.
Table Records
Table Records
C.
Table heading
Table heading
D.
Row Heading
Row Heading
Question No# :
26
out of 31
Which of the following is the container for <tr>, <th>, and <td> ?
Which of the following is the container for <tr>, <th>, and <td> ?
A.
<data>
<data>
B.
<table>
<table>
C.
<group>
<group>
D.
All of the above
All of the above
Question No# :
27
out of 31
When is the content of a table shown?
When is the content of a table shown?
A.
Before the border loads
Before the border loads
B.
After the table is loaded
After the table is loaded
C.
In pieces as it loads
In pieces as it loads
D.
None of the above
None of the above
Question No# :
28
out of 31
which attribute is used to set the space between two cells
which attribute is used to set the space between two cells
A.
cellpadding
cellpadding
B.
cellspacing
cellspacing
C.
cellmargin
cellmargin
D.
cellgapping
cellgapping
Question No# :
29
out of 31
The default vertical alignment (valign) of <td> tag is
The default vertical alignment (valign) of <td> tag is
A.
Top
Top
B.
Bottom
Bottom
C.
Center
Center
D.
Left
Left
Question No# :
30
out of 31
The HTML tags that create a table header are
टेबल हेडर बनाने वाले HTML टैग हैं
A.
<head></head>
<head></head>
B.
<ttop></ttop>
<ttop></ttop>
C.
<th></th>
<th></th>
D.
<td></td>
<td></td>
Question No# :
31
out of 31
Which of the following is an attribute of Table tag
Which of the following is an attribute of Table tag
A.
SRC
SRC
B.
LINK
LINK
C.
CELLPADDING
CELLPADDING
D.
BOLD
BOLD
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