Table RowTo add a row in a table, <tr> ... </tr> tags are used. TR stands for table row. In a table, for each row there will be a set of table row tags.Example:<table border=1><tr><td> Row Data </td></tr> <tr><td> Row Data </td></tr> </table> Above code indicates a table with two rows. If any attributes are to be given, we can give them in the <tr> tag. Background colorTo add background color to any row like this
Output is here
This article is written by plus2net.com team.
![]() | ||
| ||