>>613
I've tried to write this in a clear and easy-to-understand way. Please feel free to use it directly.
なるべくわかりやすい文章で書いてみたのでよければそのまま使って下さい.
<table align="center"><tr><td colspan="2">
<a class="btn">宝箱を開ける</a>
</td></tr>
<tr><td class="chest">
<label for="typechest">宝箱タイプ</label><br>
<select id="typechest" name="typechest"'>
<option value="" hidden>(タイプを選択)</option>
<option value="both">武器x2&防具x2</option>
<option value="weapon">武器x4</option>
<option value="armor">防具x4</option>
</select></td>
<td class="chest">
<label for="numkeys">宝箱の大きさ</label><br>
<select id="numkeys" name="numkeys">
<option value="" hidden>(大きさを選択)</option>
<option value="10">標準の宝箱:🔑x10</option>
<option value="100">大型の宝箱:🔑x100</option>
</select></td></tr>
</table>

https://i.imgur.com/y6149bI.jpeg