Horje

How to add HTML <textarea> required Attribute

It is A form with a required text area.

index.html
Example: HTML
 <form action="/action_page.php">
  <textarea name="comment" required></textarea>
  <input type="submit">
</form> 

Output should be:

How to add HTML <textarea> required Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin