blantonious on 07/19/11
Last Edited at 07/19/11 02:15am
<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>
Report this snippet Tweet
Comment:
You need to login to post a comment.