003-formularios
<html>
<head>
<title>Formulários</title>
</head>
<body>
<form action="" method="">
<label for="email-id">Nome</label>
<input id="email-id" type"e-mail" />
<label for="senha-id">Senha</label>
<input id="senha-id" type="password">
<button type="submit">Enviar</button>
</form>
</body>
</html>