<p> <table width="200" align="center" bgcolor="#000000" border="0"> <tbody> <tr> <td> <form name="formum"> <font color="#ffffff"><center><strong>SAYI ISLEMCISI S.1.0</strong></center>1.sayi<input name="say1" value="5" type="text" /> <br /> 2.sayi<input name="say2" value="5" type="text" /> <br /> sonuç<input name="sonuç" value="10" type="text" /> <center><input onclick="topla(this.form)" type="button" value="+" /> <input onclick="çikar(this.form)" type="button" value="-" /> <input onclick="çarp(this.form)" type="button" value="x" /> <input onclick="böl(this.form)" type="button" value="/" /> <input onclick="ort(this.form)" type="button" value="ort" /> <input type="reset" value="SIL" /> <hr /> <br /> <a href="http://www.goohoo.tr.gg"><font color="#000000">www.goohoo.tr.gg</font></a></center></font> </form> </td> </tr> </tbody> </table> </p>