Difference between revisions of "Template:Dropdown"
Line 4: | Line 4: | ||
</div> | </div> | ||
− | < | + | <htmlet nocache="yes">dropdown</htmlet> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<form action="/action_page.php"> | <form action="/action_page.php"> |
Revision as of 21:43, 20 February 2019
Click the button to create an INPUT field, a DATALIST element and an OPTION element.
<form action="/action_page.php">
<input list="browsers" name="browser"> <datalist id="browsers"> <option value="Internet Explorer"> <option value="Firefox"> <option value="Chrome"> <option value="Opera"> <option value="Safari"> </datalist> <input type="submit">
</form>