Input type for textarea in HTML?

1 answer

Answer

1011251

2026-04-21 04:06

+ Follow

The tag to create a textarea in HTML is:

<textarea></textarea>

This tag should have an ID, so it can be identified when the form is submitted, and default text can be added inside the tag.

<textarea id="ourText">This text is the default</textarea>

ReportLike(0ShareFavorite

Related Questions

Copyright © 2026 eLLeNow.com All Rights Reserved.