Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ <h2>contact information</h2>
<legend>Gender *</legend>
<fieldset>
<!--to include under a closed field-->
<!--to include under a closed playground-->
<!--to include under a closed playground-->
<!--to include under a closed playground-->

<p>
Male:<input type="radio" name="Gender" id="male" required />
Female:<input type="radio" name="Gender" id="female" required />
Others:<input type="radio" name="Gender" id="others" required />

</p>
</fieldset>

Expand Down