Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Aplicaciones Web.

1CFGM

APUNTES PARA FORMULARIOS

 <form action="">
 <form action="mailto:users@yahoo.es" method="post" enctype="text/plain">

<input…

type="text" name="nombre" size ="25" maxlength="40" title="texto" value="Salamanca" autofocus

required placeholder="Escribe tu nombre"

type="password"

type="radio" name="musica" value ="jazz"> Jazz

type="checkbox" name="tenis"

type="submit" name="Enviar" value="ENVIAR DATOS"

type="reset" name ="Resetear" value = "Borrar datos"

type="button" name="Cerrar" value = "Cerrar ventana" onclick="window.close();"

type="button" value="Anterior formulario" onClick="window.open ('21 ACTPROP2-7.html');"

type="color" name="micolor">

type="date" name="fecha" >

type="email" name="correo" >

type="month" name="mes">

type="url" name="pagina" >

type="number" name="cantidad" min="1" max="50">

type="range" name="rango" min="1" max="20">

type="datetime" name="FecHora">

type="datetime-local" name="

type="search" name="Buscar">

type="tel" name="telefono">

type="time" name="hora">

type="month" name="mes">

type="week" name="semana">

<select name="milista">

<option value = "uno"> Salamanca </option>

</select>

You might also like