...

HTML Input Attributes

El valor de atributo especifica el valor inicial de un campo de entrada

 Este es el codigo el que esta subrayado


<!DOCTYPE html>
<html>
<body>

<form action="">
First name:<br>
<input type="text" name="firstname" value="John">
<br>
Last name:<br>
<input type="text" name="lastname">
</form>

</body>
</html>






EL CODIGO DA CLIK EN ABRIR Y VERAS EL EJEMPLO

No hay comentarios:

Publicar un comentario