Formularios

Developer
Size
1,805 Kb
Views
30,360

How do I make an formularios?

What is a formularios? How do you make a formularios? This script and codes were developed by Ex HTML on 15 September 2022, Thursday.

Formularios Previews

Formularios - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Formularios</title>
</head>
<body>
<form action="#" method="post" id="formulario-contacto"> <h3>Campos de introducción de datos:</h3> <p>Una linea</p> <!-- campo de texto de una linea --> <input type="text" placeholder="Texto..."> <!-- campo de contraseña --> <input type="password" placeholder="Contraseña.."> <!-- campo de email --> <input type="email" placeholder="Tu email..."> <!-- campo de fecha --> <input type="date" placeholder="Fecha...."> <p>Varias lineas</p> <!-- area de texto --> <textarea placeholder="Pon aqui tus comentarios..." maxlength="100" rows="5"></textarea> <hr> <h3>Campos de selección de datos:</h3> <!-- select / combo --> <label>¿De qué ciudad eres?</label> <select> <option value="">Selecciona una opcion...</option> <option value="barcelona">Barcelona</option> <option value="madrid">Madrid</option> <option value="valencia">Valencia</option> </select> <p></p> <!-- checkbox --> <label>Qué fruta te gusta: </label> <br> <input type="checkbox" value="manzana" checked> Manzana <br> <input type="checkbox" value="pera"> Pera <br> <input type="checkbox" value="naranja"> Naranja <p></p> <!-- radiobuttons --> <label for="sexo">¿De que sexo eres?</label><br> <input type="radio" value="hombre" id="sexo-hombre" name="sexo"> Hombre <br> <input type="radio" value="mujer" id="sexo-mujer" name="sexo"> Mujer <br> <br> <label for="sexo">¿De que ciudad eres?</label><br> <input type="radio" value="Valencia" id="ciudad-vlc" name="ciudad"> Valencia <br> <input type="radio" value="Barcelona" id="ciudad-bcn" name="ciudad"> Barcelona <br> <input type="radio" value="Madrid" id="ciudad-mad" name="ciudad"> Madrid <br> <p></p> <hr> <h3>Envio de datos:</h3> <!-- boton que envia el formulario --> <input type="submit" value="Enviar formulario"> <!-- borrar los campos del formulario --> <input type="reset" value="Borrar formulario">
</form>
</body>
</html>
Formularios - Script Codes
Formularios - Script Codes
Home Page Home
Developer Ex HTML
Username exhtml
Uploaded September 15, 2022
Rating 3
Size 1,805 Kb
Views 30,360
Do you need developer help for Formularios?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ex HTML (exhtml) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!