You can also wrap your elements without giving them each an ID, since a <label> is implicitly for the input it contains, like this:
<label>
<input type="radio" name="mode" value="create">
<i>create table</i>
</label>
You can also wrap your elements without giving them each an ID, since a <label> is implicitly for the input it contains, like this:
<label>
<input type="radio" name="mode" value="create">
<i>create table</i>
</label>