Skip to content

Commit 78cd5b9

Browse files
update tips calculator
1 parent ef19a9c commit 78cd5b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h1>Tip Calculator</h1>
4646
<h2>Basic Infromations</h2>
4747
<ul>
4848
<li>The <b><i>Bill</i></b> field indicates how much your cost is in the droller.</li>
49-
<li>The <b><i>Tip</i></b> field indicates the tip percentage you want to give.</li>
49+
<li>The <b><i>Tips</i></b> field indicates the tip percentage you want to give.</li>
5050
<li>The <b><i>Number of person</i></b> field indicates how many of you guys want to give the tips.</li>
5151
</ul>
5252
</div>
@@ -60,12 +60,12 @@ <h2>Result</h2>
6060
<td>$<span id="bill">100 $</span></td>
6161
</tr>
6262
<tr>
63-
<td>Tip(%)</td>
63+
<td>Tips</td>
6464
<td>:</td>
6565
<td><span id="tip">10 $</span>%</td>
6666
</tr>
6767
<tr>
68-
<td>Total Tip</td>
68+
<td>Total Tips</td>
6969
<td>:</td>
7070
<td>$<span id="totalTip">2</span></td>
7171
</tr>

0 commit comments

Comments
 (0)