首页题库练习题目详情
Web程序设计单选题中等

表单元素中,哪个标签可以实现多行文本输入?

A<input type='text'>
B<input type='password'>
C<textarea>
D<select>