JS

Beginner HTML Topics - html for a text area

7.

What is the correct HTML for making a text area?

<input area="text">

<text-area/>

<input type="textarea">

<textarea></textarea>