How can tables be made nested in HTML?
Tables can be made nested by making it come in another table. This consists of many attributes and tags that can be used in nesting the tables.
The tags that are used for the table is as follows:
The sample code will explain the above explanation much better: Be the first to answer this interview question.
Sign in
to post your answer and help the community.
: This is the tag that has to be written after the tag and before any other tags. This makes a table row that store the data elements.
: This tag can be used anywhere and it consists of the data that has to come on the website.
: This tag consists of the table heading.
this is the first cell this is the second cell
this is the first cell second table this is the second cell of second table 0 Answers
0
Your Answer