Return to Snippet

Revision: 49279
at July 19, 2011 02:15 by blantonious


Initial Code
<form action="" method="post">  
    <label for="username">Create a Username: </label>  
    <input type="text"  
       name="username"  
       id="username"  
       placeholder="4 <> 10"  
       pattern="[A-Za-z]{4,10}"  
       autofocus  
       required>  
    <button type="submit">Go </button>  
</form>

Initial URL


Initial Description


Initial Title
HTML5 with regular expressions

Initial Tags
html5

Initial Language
HTML