How can tables be made nested in HTML?

0

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:

: 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.

The sample code will explain the above explanation much better:

this is the first cellthis is the second cell
this is the first cell second tablethis is the second cell of second table

asked Apr 15, 2023 at 00:12
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.