codice:
<script language="JavaScript">
info="<table width=&#34;164&#34; border=&#34;0&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34;>
        <tr style=&#34;background: #336600; color: #fff;&#34;>
          <td width=&#34;18&#34;><strong>#</strong></td>
          <td><strong>Team</strong></td>
          <td width=&#34;30&#34;><div align=&#34;center&#34;><strong>Pts</strong></div></td>
          <td width=&#34;40&#34;><div align=&#34;center&#34;><strong>P.Tot</strong></div></td>
        </tr>
        <tr class=&#34;otherteam&#34;>
          <td width=&#34;18&#34;>1°</td>
          <td>Bec/Stan</td>
          <td width=&#34;30&#34; class=&#34;style1&#34;>0</td>
          <td width=&#34;40&#34;><div align=&#34;center&#34;>00</div></td>
        </tr>
        <tr class=&#34;otherteam&#34;>
          <td width=&#34;18&#34;>2°</td>
          <td>Berto</td>
          <td width=&#34;30&#34; class=&#34;style1&#34;>0</td>
          <td width=&#34;40&#34;><div align=&#34;center&#34;>00</div></td>
        </tr>
      </table>"

document.write(info)
</script>
Lo devi mettere in un file con estensione .js esempio: table.js