Answer :
Answer:
The answer to this question is "A scrolling text box is created using a textarea element".
Explanation:
In this question, the answer is a scrolling text box is used by textarea elements because In the Html <textarea> is a tag that provides an element to represent a multi-line plain text box for inserting data like a feedback form. and other option is not correct that can be described as:
A scrolling text box is not used to create the input tag. It is also a tag that's why we can not use an input tag to create a textarea.
For creating a text box we use the input type =" text". It provides a text box. So, the type= "box" is not correct.
In Html, there are three types of list that is an unordered list, ordered list, and description list. for creating a list we use the list tag. In this tag, we do not use the input tag.