Blog Desk       February 10, 2020      143

What is the correct HTML for making a text area?

  1. <input type="textarea">
  2. <textarea>
  3. <input type="textbox">

The Right Answer is : Option B

Explanation