1.

Write Some Useful Table Tags That We Use In Html?

Answer»

I have display the list of some TAGS that we used in HTML table.These tags are:

  • <table> : This is started tag of table.All other table tags WORKS inside this tag.
  • <th> : This is used to write header on table.
  • <tr> : This is used to create row on table.
  • <td> This is used to create table CELLS.
  • <CAPTION> : This is specifies the table caption.
  • <colgroup> : Specifies the group of columns in table.
  • <col> : Using then we can set the attribute VALUE for one or more columns in table.
  • <thead> : This is used to set table head.
  • <tbody> : This is used to set table body.
  • <tfoot> : This is used to set table border.

I have display the list of some tags that we used in HTML table.These tags are:



Discussion

No Comment Found