<html> <head> <style> input {background-color:white; border:1px solid black} </style> </head> <body> <input type="text"> <input type="button" value="botón"> </body> </html>