Welcome and enjoy!

BTemplates.com

RECENT POSTS

5/recent/post-list

Contact Form

Name

Email *

Message *

Followers

Visitors

Advertisement

Subscribe Us

Facebook

Source code to make a simple calculator


code HTML

<html>
<body bgcolor="purple">
<font color="#00FF00">

<form method="post" name="form1" action="proses.php">

<h2><br>
Alat Penghitung Indomaret
</br></h2>


<br>Nama pembeli</br>


<br>
<input type="text" name="v"/>
</br>


<br>Tanggal beli</br>

<br>
<input type="text" name="w"/>
</br>

<br>Nama barang yang dibeli</br>

<br>
<input type="text" name="x"/>
</br>


<br>Jumlah barang</br>

<br>
<input type="text" name="y"/>
</br>


<br>Harga barang</br>

<br>
<input type="text" name="z"/>
</br>


<br>
<input type="submit" value="Calculate"/>
</br>

</font>




</form>
</body>
</html>

0 komentar:

Post a Comment