Sesión 12 - Las tablas II
HTML <!DOCTYPE html> <html lang="es-ES"> <head> <meta charset="UTF-8"> <title>Tablas de nivel I</title> <link rel="stylesheet" href="Pr%C3%A1ctica%2012%20HTML.css"> </head> <body> <h1>Jugando con Tablas Nivel II</h1> <table> <caption>Jugando con tablas de nivel II</caption> <tr> <th>Posición</th> <th>Sistema Operativo</th> <th>Porcentaje</th> </tr> <tr> <td>1</td> <td>Android</td> ...