Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <body> <form> <select> <option value="computers">Tischcomputer</option> <option value="notebook">Tablet-PC</option> <option value="tablet">Laptop</option> </select> </form> </body> </html>