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 - TABLE IN HTML
TABLE IN HTML
00:00:00
English
Hindi
Question No# :
01
out of 33
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
Question No# :
02
out of 33
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# :
03
out of 33
Cellpadding and Cellspacing are attribute of <td> tag
Cellpadding and Cellspacing are attribute of <td> tag
A.
TRUE
B.
FALSE
Question No# :
04
out of 33
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# :
05
out of 33
The default aligning of <td> and <th> tag are same?
The default aligning of <td> and <th> tag are same?
A.
TRUE
B.
FALSE
Question No# :
06
out of 33
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# :
07
out of 33
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# :
08
out of 33
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# :
09
out of 33
To set the caption of table <caption> tag is used inside the <tale> tag
To set the caption of table <caption> tag is used inside the <tale> tag
A.
TRUE
B.
FALSE
Question No# :
10
out of 33
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# :
11
out of 33
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# :
12
out of 33
Does the table contains border by default?
Does the table contains border by default?
A.
TRUE
B.
FALSE
Question No# :
13
out of 33
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# :
14
out of 33
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# :
15
out of 33
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# :
16
out of 33
it is possible to change the height of a particular row which is different form other row.
it is possible to change the height of a particular row which is different form other row.
A.
TRUE
B.
FALSE
Question No# :
17
out of 33
can we set both align and valig property same time in<td> tag
can we set both align and valig property same time in<td> tag
A.
TRUE
B.
FALSE
Question No# :
18
out of 33
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# :
19
out of 33
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# :
20
out of 33
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# :
21
out of 33
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# :
22
out of 33
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# :
23
out of 33
Can a data cell contain images?
Can a data cell contain images?
A.
TRUE
B.
FALSE
Question No# :
24
out of 33
can we use bgcolor attribute in <table>,<tr>,<td> and <th> tag
can we use bgcolor attribute in <table>,<tr>,<td> and <th> tag
A.
TRUE
B.
FALSE
Question No# :
25
out of 33
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# :
26
out of 33
Which of the following tag is used to add rows in the table?
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# :
27
out of 33
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# :
28
out of 33
can we set the background color of any individual cell in table.
can we set the background color of any individual cell in table.
A.
TRUE
B.
FALSE
Question No# :
29
out of 33
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# :
30
out of 33
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# :
31
out of 33
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# :
32
out of 33
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# :
33
out of 33
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
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