<html> <head> <title> Le sottoliste </title> </head> <body> <table border="1"> <tr> <th>ciao</th> <th>pippo</th><th>pluto</th> </tr> <tr> <td>trezeguet</td> <td> </td><td>X</td> </tr> <tr> <td>X</td> <td>O</td><td>O</td> </tr> </table> </body> </html>