Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <h1>The textarea required attribute</h1> <form action="/action_page.php"> <textarea rows="4" cols="50" name="comment" required> </textarea> <input type="submit"> </form> </body> </html>