TABLA HTML
<html> <head> <title>TABLAS EN HTML</title> </head> <body> <div style="text-align:center;"> <p> </P> <br> <h2>Tablas html <p> </p> <table border="1" style="margin: 0 auto;"/> <caption>TABLA DE DEFINICION DE ETIQUETAS HTML</caption><td> </tr> <tr> <th>etiqueta</th> <th>DEFINICION</th> <th>SINTAXIS</th> </tr> <tr> <td>HTML</td> <td>ES UNA ETIQUETA EN HTML CAPAZ DE CREAR UN PAGINA CON CODIGO HTML</td> <td><IMG SRC="hola.jpg"></td> </tr> <tr> ...