Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> select { -webkit-appearance: none; width: 50px; } </style> </head> <body> <select> <option>HTML</option> <option>CSS</option> </select> </body> </html>