In HTML how do you create a drop down list with water mark text inside the area.
My requirement is to have a drop down list look like a text box with watermark text, at the corner a down-word arrow for selecting the data from list.
<select>
<option value="Class">Class room</option>
<option value="Ground">Play ground</option>
</select>
This is giving me a normal dropdown list. Drop down list box should like serach field in stackover flow with a arrow mark at end/corner.