You are on page 1of 5

Project Name: Mobile Phone Billing System

Project Code
<html>
<head>
<title>Mobile Phone Billing System</title>
</head>
<body style="background: #ffd600;">
<div style="text-align: center;background: #fbfe9f;">
<h1>Mobile Phone Billing System</h1>
</div>
<div style="width: 35%;margin: 0 auto;">
<h3>Select Company</h3><br />
<form action="#">
<table width="80%">
<tr>
<td><a href="billing_nokia.html"><img src="images/nokia.jpg" style="width:
200px;height: 130px;"></a></td>
<td><a href="billing_honor.html"><img src="images/Honor.jpg" style="width:
200px;height: 130px;"></a></td>
</tr>
<tr>
<td><a href="billing_samsung.html"><img src="images/samsung.jpg"
style="width: 200px;height: 130px;"></a></td>
<td><a href="billing_oppo.html"><img src="images/OPPO.png" style="width:
200px;height: 130px;"></a></td>
</tr>
</table>
</form>
</div>
<div style="background: #fbfe9f;">
<h2 style="width: 35%;margin: 0 auto;">Achal Ramesh Lonkar</h2>
</div>
</body>
</html>

<html>
<head>
<title>Mobile Phone Billing System</title>
</head>
<body style="background: #ffd600;">
<div style="text-align: center;background: #fbfe9f;">
<h1>Mobile Phone Billing System</h1>
</div>
<div style="width: 35%;margin: 0 auto;">
<h3>Billing Form:</h3><br />
<form action="#">
<table width="80%">
<tr>
<td width="145" align="left" valign="top"><strong>Company:</strong></td>
<td width="280" align="left" valign="top"><b>Nokia</b>
</td>
</tr>
<tr>
<td align="left" valign="top"><strong>Model: </strong></td>
<td align="left" valign="top"><input name="model" type="text" size="40"
/></td>
</tr>
<tr>
<td align="left" valign="top"><strong>IMEI Number: </strong></td>
<td align="left" valign="top"><input name="imei" type="text" size="40"
/></td>
</tr>
<tr>
<td align="left" valign="top"><strong>Full Name:</strong></td>
<td align="left" valign="top"><input name="Name" type="text" size="40"
/></td>
</tr>
<tr>
<td align="left" valign="top"><strong>Customer Address: </strong></td>
<td align="left" valign="top"><textarea name="Address"
cols="31"></textarea></td>
</tr>
<tr>
<td align="left" valign="top"><strong>Customer Phone: </strong></td>
<td align="left" valign="top"><input name="Phone" type="text" size="40"
/></td>
</tr>
<tr>
<td align="left"><strong>Amount: </strong></td>
<td align="left" valign="top"><input name="amount" type="text" size="40"
/></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Print Bill" style="padding:
10px;background: #ff8e00;color: #fff;font-weight: 700;" /></td>
</tr>
</table>
</form>
</div>
<div style="background: #fbfe9f;">
<h2 style="width: 35%;margin: 0 auto;">Achal Ramesh Lonkar</h2>
</div>
</body>
</html>

You might also like