Learning Objectives:
Task Overview:
Create a web page that allows users to select a car make and model using dropdown menus. When both are selected, the page displays the full car choice.
Instructions:
<select> elements and an output area.populateModel() to update the model dropdown based on the selected make.output() to display the selected make and model.Extension Challenges (Optional):
Assessment Rubric (10 points total):
| Criteria | Points |
|---|---|
| HTML structure and accessibility | 2 |
| CSS styling and layout | 2 |
| JavaScript functionality | 4 |
| Output accuracy and clarity | 1 |
| Code readability and comments | 1 |