Código HTML :
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="estilos.css" type="text/css" /> <meta charset="utf-8"/> <meta name="description" content="videos frame" /> <title>Videos</title> </head </body> <div id="conter">Mis videos en html 5</div> <div id="fr"> <form action="mailto:[email protected]" method="post"> Nombre<br> <input title="Se necesita un nombre" type="text" name="nombre" id="texto1" placeholder="Ingresa aca tu nombre" required autofocus><br> Apellidos<br> <input type="text" id="texto2"><br> <input type="button" value="enviar"> </form> </div> </body> </html>