Let's say you want to make a page that converts US Dollars to Euros. 1 US Dollar is worth 0.723 Euros, so you have to multiple the amount of Dollars by 0.723. If you make a list of 1-5 Dollars and their value when converted to Euros inside a table, you can do something like this:
<table>
<tr>...