Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed (UPI) Chapter 7: Facilitating User Interaction with HTML Forms!
Instruction
List Boxes
List boxes display multiple options at once, allowing users to scroll through the options if there are too many to fit within the visible area. They are useful when you want users to see several choices at once and potentially select multiple items.
How to Create a List Box
To create a list box, set the size
attribute in the <select>
element to display multiple options at onc...