HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php"> <textarea cols="30" rows="4" minlength="5" name="name" placeholder="Your Name Please?"> </textarea> <input type="submit" value="Submit"> </form> <p><strong>Note : </strong> Minimum 5 characters should be typed.</p> </body> </html>
OUTPUT
×

Save as Private