UN FORMULARIO ATRACTIVO PARA SU SITIO WEB ! ESPERO Y LES AGRADE!
<head>
<meta charset="utf-8">
<title>HTML5 Contact Form</title>
<link rel="stylesheet" media="screen" href="
http://xd90210.webcindario.com/form/styles.css" >
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk
/html5.js"></script>
<![endif]-->
</head>
<body>
<form class="contact_form" action="#" method="post">
<ul>
<li>
<h2>
Contáctanos</h2>
</li>
<li>
<label for="name">Nombre:</label>
<input type="text" placeholder="Johan Ricardo" required />
</li>
<li>
<label for="email">Email:</label>
<input type="email" name="email" placeholder="jricardo@ejemplo.com" required />
</li>
<li>
<label for="website">Sitio Web:</label>
<input type="url" name="web" placeholder="http://tutosytips.com" required />
</li>
<li>
<label for="Mensaje">Mensaje:</label>
<textarea name="Mensaje" cols="40" rows="6" required ></textarea>
</li>
<li>
<button class="submit" type="submit">Enviar</button>
</li>
</ul>
</form>
ASÍ QUEDARA EL FORMULARIO
<!--[if IE]>
<![endif]
-->

0 comentarios