I know that questions should have definitive answers, but I'm legitimately curious to get some seasoned opinions on this question. I do not have much web development experience under my belt, but I'm building a page at the moment that makes use of a few drop-down lists (html <select>
). I don't want the first (default) option to be an actual choice, because I want them to be forced to choose something from the list. What is the best text to use in this first option, do you think?
Right now I'm using "-Select-". Any other ideas?