Skip to content

Commit

Permalink
basic
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa410402446 committed Feb 27, 2024
1 parent 308999a commit 3f9595a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions users-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,8 @@ <h5 class="card-title">Profile Details</h5>
<label for="Gender" class="col-md-4 col-lg-3 col-form-label">Gender</label>
<div class="col-md-8 col-lg-9">
<select name="gender" class="form-control" id="Gender">
<option value="boy">Boy</option>
<option value="girl">Girl</option>
<option value="male">Male</option>
<option value="female">Female</option>
</select>
</div>
</div>
Expand All @@ -531,7 +531,7 @@ <h5 class="card-title">Profile Details</h5>
<select name="gender" class="form-control" id="Gender">
<option value="elementary">Elementary School</option>
<option value="junior">Junior High School</option>
<option value="senior">Seior High School</option>
<option value="senior">Senior High School</option>
<option value="bachelor">Bachelor</option>
<option value="master">Mastor Or Above</option>
</select>
Expand All @@ -544,7 +544,7 @@ <h5 class="card-title">Profile Details</h5>
<select name="gender" class="form-control" id="Gender">
<option value="normal">Normal Vision</option>
<option value="moderate">Moderate Visual Impairment</option>
<option value="bliness">Bliness</option>
<option value="bliness">Blidness</option>
</select>
</div>
</div>
Expand Down

0 comments on commit 3f9595a

Please sign in to comment.