Skip to content

Instantly share code, notes, and snippets.

@fabiox
Created June 22, 2012 13:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiox/2972850 to your computer and use it in GitHub Desktop.
Save fabiox/2972850 to your computer and use it in GitHub Desktop.
Novos Input Types - email e url
<!DOCTYPE html>
<html>
<body>
<form action="#">
Seu Nome: <input type="text" name="nomeUsuario" /><br />
Seu e-mail: <input type="email" name="emailUsuario" /><br />
Digite seu e-mail: <input type="url" name="siteUsuario" /><br />
<input type="submit" />
</form>
</body>
</html>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment