<table border="0" cellpadding="5" style="text-align: left;">
<tr>
<th>
<table table border="1">
<tr>
<th>
Name
</th>
<th>Value</th>
</tr>
<tr>
<th>
Name
</th>
<th>
<input type="text">
</th>
</tr>
<tr>
<th>Tür</th>
<th>
<input type="radio">Famela <br>
<input type="radio">Male
</th>
</tr>
<tr>
<th>Eye color</th>
<th> <select id="selector">
<option selected>Green</option>
<option>Yellow</option>
<option >Red</option>
</select></th>
</tr>
<tr>
<th>Check all that apply</th>
<th>
<input type="checkbox">Over 6 feet tall <br>
<input type="checkbox">Over 200 pounds
</th>
</tr>
</table>
</th>
</tr>
</table>
<table border="1" cellpadding="5" style="text-align: left;">
<tr>
<th >
Describe your athletic ability: <br>
<textarea rows="4" cols="40"></textarea>
</th>
</tr>
</table>