Skip to content

Commit

Permalink
#9 gender selection resorted
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Apr 9, 2015
1 parent 483c94e commit d965826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ <h2>Forms</h2>
<input name="email" type="text" id="email" size="25" placeholder="must be unique"/>
<label for="sex">Your gender:</label>
<select name="sex" id="sex">
<option value="male">male</option>
<option value="female">female</option>
<option value="none">won't tell</option>
<option value="female">female</option>
<option value="male">male</option>
</select>
<label for="address">Your full address:</label>
<textarea name="address" id="address" cols="40" rows="3" placeholder="PO box is not allowed"></textarea>
Expand Down

0 comments on commit d965826

Please sign in to comment.