Search
 
SCRIPT & CODE EXAMPLE
 

HTML

select html

<select class="form-control">
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
  <option>5</option>
</select>
Comment

html select box

<!DOCTYPE html>
<html>
<body>
    <h3>Example of a Select Box</h3>
    <form>
        <label for="country">Country:</label>
        <select name="country" id="country">
            <option value="India">India</option>
            <option value="Sri Lanka">Sri Lanka</option>
            <option value="Australia">Australia</option>
        </select>
    </form>
</body>
</html>
Comment

PREVIOUS NEXT
Code Example
Html :: html oninput 
Html :: what is iframe html 
Html :: html get text from file 
Html :: gap between grid layout bootstrap 
Html :: form validation using html/css/js 
Html :: tailwind css navbar 
Html :: html tab character tag 
Html :: what is custodial crypto wallet 
Html :: contenteditable html 
Html :: index html example 
Html :: bootstrap 5 background color 
Html :: bootstrap loader 
Html :: how to refer to external style sheet 
Html :: link html 
Html :: onsubmit in html 
Html :: html ul types 
Html :: html table email template 
Html :: html image 
Html :: how to change text color using only html 
Html :: how to use html shortcuts 
Html :: faire un footer avec bootstrap 
Html :: html practice exercises 
Html :: flutter web load html 
Html :: bootstrap 4 form input group 
Html :: select2 html example 
Html :: add keywords meta tag 
Html :: how to write multiple style in html 
Html :: add color to hr tag 
Html :: html style attribute 
Html :: how to add robots.txt 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =