Html910blogspotcom [better] Instant

<label for="browser-choice">Choose a browser:</label> <input list="browsers" name="browser-choice" id="browser-choice">

Need an input field with autocomplete suggestions but don't want the rigidness of a <select> dropdown? Enter <datalist> . It provides predefined options for an <input> element while still allowing the user to type their own custom answer. html910blogspotcom