Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<table width="100%"  border="1" cellpadding="0" cellspacing="0">
<tr style="height: 10px;"> 
<td width="65%" align="left">Mobile</td> 
<td width="10%" align="left"><input type='text' name="unitprice" value="100" size="4"/></td>
<td width="10%" align="center"><input type='text' name="quantity" value="" size="2" /></td>  
<td width="15%" align="center" ><input type='text' value="" name="price" size="6"/></td>
</tr>
  <tr style="height: 10px;"> 
<td width="65%" align="left">LCD TV</td> 
<td width="10%" align="left"><input type='text' name="unitprice" value="100" size="4"/></td>
<td width="10%" align="center"><input type='text' name="quantity" value="" size="2" /></td>  
<td width="15%" align="center" ><input type='text' value="" name="price" size="6"/></td>
</tr>
</table>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers