How to create nest tables within tables in HTML?

0

We can create nest table i.e. table inside a table.

To create table we use following attributes:

……
: declare starting and ending of table.…: declare table row.…: table data.
first cell of the outer tablesecond cell of the outer table, creating second table inside the first table
first cell of the second table second cell of the second table

asked Apr 14, 2023 at 23:53
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.