HTML <select> tag
HTML select tag:
This is a double tag. <select> This is the beginning tag and </select> this is the closing tag. This tag is using for create drop down list of options, which appears when the user clicks on form element, and it allow to choose one of the options. The <option> element is uses to define the feasible options to choose from. This tag is put into the <select> tag.
<select>=select from drop-down list.
Copy this code and past your page.
Result:
<select>=select from drop-down list.
Copy this code and past your page.
Example:
Result:
HTML <select> Tag
HTML <select> Tag
Support Browser
- Html Version Differenc: Differences Between HTML 5 and 4.01.
Some attributes has been added new in HTML5.
- Html Version Differenc: Differences Between HTML 5 and 4.01.
Some attributes has been added new in HTML5.
If you want to make Create a drop-down list using HTML code, Use HTML<select> element.
1. What is the <select> tag ?
2. What is the <select> tag using for ?
3. What is the definition of <select> tag ?
4. What is the <select> tag mean ?
5. How can You make Create a drop-down list using html codes ?
If you want to make Create a drop-down list using HTML code, Use HTML<select> element.
1. What is the <select> tag ?
2. What is the <select> tag using for ?
3. What is the definition of <select> tag ?
4. What is the <select> tag mean ?
5. How can You make Create a drop-down list using html codes ?