riverophues respondió:
Te pongo un ejemplo: <html> <head> <title>TABLAS</title> </head> <body> <table border=1> <tr> <td>celda1</td> <td>celda2</td> <td>celda3</td> <tr> <tr> <td>celda4</td> <td>celda5</td> <td>celda6</td> <tr> <table> <table border=1 height=200 width=400...