<!DOCTYPE html> <html> <head> <style> input { text-transform: lowercase; } </style> </head> <body> <input /> </body> </html>