Buenas gente, estaba probando algo muy basico pero me limite xD y no encontre forma de hacerlo, mi codigo es este:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" >
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>Dreamon</title></head>
<body>
<body background=backgrund.png>
<form id="form1" name="form1" method="post" action="">
<input type="text" name="name" id="name" />
</form>
<form id="form2" name="form2" method="post" action="">
<input type="email" name="email" id="email" />
</form>
<form id="form3" name="form3" method="post" action="">
<label for="contraseña"></label>
<input type="password" name="contraseña" id="contraseña" />
</form>
<form id="form4" name="form4" method="post" action="">
<input type="submit" name="boton" id="okay" value="Enviar" />
</form>
</body></html>
Bien, yo tengo una hoja de estilos enlazada como se puede ver arriba, la pregunta es como le doy los efectos css que quiero a cada textbox, y al boton ??
gracias