HTML Option Generator

Paste dropdown values (newline or semicolon separated), or upload a spreadsheet. Values are taken from column A and turned into HTML option tags.

Input delimiter
Duplicates

Whitespace-only items are ignored. Spaces in names (e.g., 'United States') are preserved.

Upload CSV/XLSX

Column A will be used. The first row (header) in column A is ignored.

Preview

Generated HTML

Examples

Text → <option>
Apple
Banana
Cherry
CSV (Column A)
Name,Notes
Apple,Red
Banana,Yellow

FAQ

  • Does my data leave my browser?
    No. Everything runs client-side. File reads are local.
  • Can I remove duplicates?
    Yes — toggle Duplicates to Remove or Keep.
  • Which column is used?
    Column A only; the first row is a header and ignored.

New to this tool? Read the guide to generating HTML option tags. Need lists instead? Try the List Maker or read the HTML list guide.