<html>
<head>
</head>
<body>
<table border="1">
<tr>
<td>HTML Book Price</td>
<td align="right">158.5</td>
</tr>
<tr>
<td>CSS Book Price</td>
<td align="right">125</td>
</tr>
</body>
</html>
i want to display book prices with two decimals. Ex: HTML Book Price 158.50 CSS Book Price 125.00..