forum

Home / DeveloperSection / Forums / Stylish of the drop down list in HTML

Stylish of the drop down list in HTML

Mark Devid415112-Feb-2013

Hi Expert!

I have created the following drop down list using the

<select></select>
tags . The code that i used is :

<html>
<body>
<select name="ans" >
<option> select 1</option>
<option> select 2</option>
</select>
</body>
</html>
Is their a way I can change the style of the list , like the drop down arrow or the text in it.

Thanks!


Updated on 16-Feb-2013

Can you answer this question?


Answer

1 Answers

Liked By