Page 431 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 431
<div id="betMenuDiv">
<h3>Place your bet</h3>
<table id="betMenuTable" align="center">
<tr>
<td>
<img alt="Place your bet" src="img/bet.png" />
</td>
<td class="tableData">
$ <input id="placeBetTextBox" type="text" placeholder="0" />
</td>
</tr>
</table>
<table id="startMenuTable" align="center">
<tr>
<td>
<button id="startButton">Start</button>
</td>
</tr>
</table>
</div>
<div id="selectCupMenuDiv">
<h3>Select a cup</h3>
<table id="selectCupMenuTable" align="center">
<tr>
<td>
<img src="img/question.png" />
</td>
</tr>
</table>
</div>
<div id="successMenuDiv">
<h3>Good job!</h3>
<table id="successMenuTable" align="center">
<tr>
<td>
<img src="img/goodjob.png" />
</td>
</tr>
<tr>
- 424 -