<html> <head> <style type='text/css'> table{bordercolor=red;border=1} </style> <script language="JavaScript"> function dim() { if(pippo.style.pixelFontSize<=400) { pippo.style.pixelFontSize+=5; setTimeout("dim()",10); } else { pippo.style.pixelFontSize-=5; setTimeout("dim()",10); } } </script> </head> <body onload='dim()'> <table border=1 bordecolor=blue> <tr> <td>Name:</td><td>Dario Fiorenza</td> </td> </tr> <tr> <td>Matricola:</td><td>11124935</td> </tr> <tr> <td>Email:</td> <td>dariofiorenza@tin.it</td> <tr> </table> <br> <br> <br> <br> <table id="pippo" align="center" width="50%" style="color:blue; font-size:20px;"> <tr> <td>Pagina tra poco onLine(Cioè tra mille anni)</td> </tr> </table> </body>
This topic: Users
>
TWikiUsers
>
DarioFiorenza
Topic revision: r10 - 2004-10-18 - ChristianGiugliano
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback