Advertisement
Guest User

Untitled

a guest
May 21st, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html:html>
  3.   <html:head>
  4.     <html:title>HTML6 Spec Version 0.1</html:title>
  5.   </html:head>
  6.   <html:body>
  7.     <form:form method="post" action="/sendmail">
  8.       <!-- Simple input (defaults to text) -->
  9.       <form:input>
  10.       <!--  A new HTML6 match example -->
  11.       <form:input type="password" name="user_password">
  12.       <form:input type="password" match="user_password">
  13.       <!-- Advanced example -->
  14.       <form:input type="email" placeholder="user@site.com" autofocus required>
  15.     </form:form>
  16.   </html:body>
  17. </html:html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement