Trên trang web có hiển thị một biểu mẫu như hình sau:
Đoạn mã lệnh HTML nào sau đây là đúng để hiển thị nội dung trên? TẠO
A.
Enter your text: <br>
<input type="textbox"
rows="5" cols="20">
<br>
B.
Enter your text: <br>
<textarea rows=5 cols=20>
</textarea><br>
C.
<p>Enter your text: </p>
<p><textbox type="multiple">
</textbox></p>
D.
Enter your text: <br>
<input type="textarea"
multiple="true"></input><br>
Chọn đáp án B