HTML Forms & Semantics|
Dropdown Menus

Select and Options

Python

Dropdown Menus

Dropdown Menus

Select elements create dropdown menus for choosing from options.

Basic Select



Key Points

- First option often has empty value (placeholder)

  • value attribute is what gets submitted
  • Option text is what users see

    Your Task

    Create a dropdown for selecting a programming language:

  • Label: "Favorite Language:"
  • Placeholder option: "Choose one"
  • Options: JavaScript, Python, HTML, CSS
  • Code Editor
    Loading HTML engine...
    Loading...
    Loading Python engine...

    Run your code to see output