Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Nested Tables in HTML
(1 viewing) (1) Guest
All your queries regarding HTML will be solved in this forum
  • Page:
  • 1
TOPIC:

Nested Tables in HTML

Nested Tables in HTML 1 year, 9 months ago #74

  • palak
  • OFFLINE
  • Senior Boarder
  • Posts: 55
  • Karma: 0
Hi,
Can I nest tables within tables in HTML?

Re:Nested Tables in HTML 1 year, 9 months ago #81

  • shama
  • OFFLINE
  • Senior Boarder
  • Posts: 63
  • Karma: 0
Yes, a table can be embedded inside a cell in another table.

For example:

<table>
<tr>
<td>this is the first cell of the outer table</td>
<td>this is the second cell of the outer table,with the inner table embedded in it
<table>
<tr>
<td>this is the first cell of the inner table</td>
<td>this is the second cell of the inner table</td>
</tr>
</table>

</td>
</tr>
</table>
  • Page:
  • 1
Time to create page: 1.17 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download