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Đoạn văn59/263Trê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ẠOEnter your text: <br> <input type="textbox" rows="5" cols="20"> <br> <input type="button" value="Save">Enter your text: <br> <textarea rows=5 cols=20> </textarea><br> <input type="submit" value="Save"><p>Enter your text: </p> <p><textbox type="multiple"> </textbox></p> <p><input type="submit" value="Save"></p>Enter your text: <br> <input type="textarea" multiple="true"></input><br> <input type="button" value="Save">Giải thíchChọn đáp án B