Answers for "como fazer um select no html"

8

select html

<select class="form-control">
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
  <option>5</option>
</select>
Posted by: Guest on July-30-2020

Code answers related to "como fazer um select no html"

Browse Popular Code Answers by Language