HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php"> Name: <input type="text" name="name" minlength="3"> <input type="submit" value="Submit"> </form> <p><strong>Note</strong> :Try to submit the name which contains less than 3 letters. Eg: at,or.</p> </body> </html>
OUTPUT
×

Save as Private