A Drop down menu looks like this
This is the code for drop down menu
<select name="select">
<option selected>This is where the title of your Drop down menu goes </option>
<option>Info 1</option>
<option>Info 2</option>
<option>Info 3</option>
</select>
Just replace the part where it says This is where the title goes with whatever u want the title to be
Then for the info just replace the words Info whatever with the stuff u want in the dropdown!
To use the above code just
copy and paste the code to your "About me" in "Edit Profile"
If you need help with how to copy and paste the code
Click here!