RSP Online Code Editor
<!DOCTYPE html> <html> <head> <title>This is web page title </title> </head> <body>
The textarea form attribute
The text area above is outside the form element, but should still be a part of the form.
Name:
<textarea rows="3" cols="40" name="comment" form="usrform"placeholder="Enter text here..."> </textarea> </body> </html>
Notes
Run ❯❯
Run
RSP Education