I'm Trying To Put A
I asked this question a month ago: I'm trying to put a
Solution 1:
<h1>Choose A or B</h1>
<label>
<input type="radio" name="mode" value="create">
<span style="-webkit-appearance: button;">create table</span>
</label>
<label>
<input type="radio" name="mode" value="create">
<span style="-webkit-appearance: button;">create field</span>
</label>
Post a Comment for "I'm Trying To Put A