- Which of these tags belongs to table?
- <thead>,<body>,<tr>
 - <table>,<head>,<tfoot>
 - <table>,<tr>,<td>
 - <table>,<tr>,<tt>
 
 - Which of the following tags gives a caption to the table?
- <caption>
 - <head>
 - <heading>
 - None of these
 
 - Which of the following is used to specify the beginning of a table’s row?
- <td>
 - <tr>
 - <row>
 - <tt>
 
 - HTML tag for row is
- <colspan>
 - <tr>
 - <rowspan>
 - <td>
 
 - Which tag is used to add columns in the tables?
- <colspan>
 - <td>
 - <tr>
 - None of these
 
 - This tag is used to specify the individual table data in a table.
- <tr>
 - <td>
 - <th>
 - <table>
 
 - In order to add border to a table, border attribute is specified in which tag?
- <th>
 - <table>
 - <td>
 - <tr>
 
 - The attribute used to set the border color of a table is
- border
 - bordercolor
 - color
 - border color
 
 - Which of the following is an attribute of < table > tag?
- src
 - cellpadding
 - link
 - bold
 
 - Which attribute of the < table > tag is used to set an image in the background of a table?
- bgcolor
 - background
 - frame
 - rules
 
 - The attribute used to specify the background cofor of a table is
- background
 - bgtable
 - color
 - bgcolor
 
 - The two common attributes of the <img> and the <table> tag are
- src and height
 - height and width
 - border and src
 - they do not have any common attributes
 
 - Which of the following is not an attribute of < table > tag?
- border
 - background
 - bgcolor
 - src
 
 - In the <td> tag, td stands for
- Table Data
 - Table Definition
 - Table Design
 - None of these
 
 - What is the correct HTML code to left align the content inside a table cell?
- <td valign = “left”>
 - <td align = “left”>
 - <td left align>
 - <td left>
 
 - Choose the correct HTML code to right align the content inside a table cell.
- <td align = “right”>
 - <td valign = “right”>
 - <td right=”align”>
 - None of the above
 
 - Which attribute helps to align data vertically in a single cell.
- align
 - valign
 - halign
 - format
 
 - To add rows to a table we use __________ tag .
- <TD>
 - <TROW>
 - <TR>
 - <ROW>
 
 
19. _________ tag is used to specify the rows in a table.
- <TR>
 - <TD>
 - <TH>
 - <TABLE>
 
20. The tag to create a table is __________
- <table>
 - <caption>
 - <td>
 - <tr>
 
21. What tag is used to add columns to table ?
- <th>
 - <td>
 - <tr>
 - <tc>
 
22. Which of the following is not an attribute of the <Table >tag
- BGCOLOR
 - WIDTH
 - BORDER
 - SRC
 
23. The _________ Tag is used to specify the table heading cell
- <TR>
 - <TD>
 - <TH>
 - <TABLE>
 
								
				
															

