Skip to content

Instantly share code, notes, and snippets.

@ag14spirit
Last active January 29, 2024 21:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ag14spirit/b518689097820eec9eb8229ca40add00 to your computer and use it in GitHub Desktop.
Save ag14spirit/b518689097820eec9eb8229ca40add00 to your computer and use it in GitHub Desktop.
Form education drop down list
<fieldset>
<legend>Education</legend>
<select class="form-control dropdown" id="education" name="education">
<option value="" selected="selected" disabled="disabled">-- select one --</option>
<option value="No formal education">No formal education</option>
<option value="Primary education">Primary education</option>
<option value="Secondary education">Secondary education or high school</option>
<option value="GED">GED</option>
<option value="Vocational qualification">Vocational qualification</option>
<option value="Bachelor's degree">Bachelor's degree</option>
<option value="Master's degree">Master's degree</option>
<option value="Doctorate or higher">Doctorate or higher</option>
</select>
</fieldset>
-- Select one --
No formal education
Primary education
Secondary education or high school
GED
Vocational qualification
Bachelor's degree
Master's degree
Doctorate or higher
@ag14spirit
Copy link
Author

HTML dropdown selection standard list of education achievement status for use on websites with proper HTML/XHTML markup styling.

@terryvarney
Copy link

Thanks

@iamsajidjaved
Copy link

Thanks

@W1zarDddD
Copy link

ohhh it is true?

@jasicarose75
Copy link

jasicarose75 commented Jan 27, 2024

I've wanted to learn this for a long time. Thanks to you, I finally understood how to do this. More recently, I bought research papers, used https://ca.edubirdie.com/buy-research-papers for this. But now I understand that education can be obtained in a completely different way. Thanks to such platforms, you can easily develop your knowledge. Sorry, these are emotions, I'm just very happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment