<table>
<tbody>
<tr>
- <td>Name</td>
<td>
- <input name="name" type="text" tabindex="1" placeholder="Chen">
- <input name="subject" type="text" tabindex="3" placeholder="Subjects">
- <input name="options" type="text" tabindex="2" placeholder="Options">
+ <input id="postFile" name="file" type="file" tabindex="5">
+ <input type="submit" value="Submit" tabindex="6">
</td>
</tr>
<tr>
+ <td>Name</td>
<td>
- <input id="postFile" name="file" type="file" tabindex="5">
- <input type="submit" value="Submit" tabindex="6">
+ <input name="name" type="text" tabindex="1" placeholder="Chen">
+ <input name="subject" type="text" tabindex="3" placeholder="Subjects">
+ <input name="options" type="text" tabindex="2" placeholder="Options">
</td>
</tr>
<tr>