codice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento senza titolo</title> <style type="text/css"> input { background: #FFED00; } select { background: #FF9E9F } </style> </head> <body> <input type="file" name="file-90" size="40" class="wpcf7-form-control wpcf7-file wpcf7-validates-as-required upload" aria-required="true" aria-invalid="false"> <select name="menu-429" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false"><option value="Sono uno studente">Sono uno studente</option><option value="Ho già esperienza">Ho già esperienza</option></select> </body> </html>