在没有CSS的情况下增加HTML输入的textarea大小

时间:2016-02-23 10:42:29

标签: html

我想要做的是增加输入标签内文本区域的大小。我在google上查了一下,我得到的只是textarea标签的解决方案,而不是输入文本区域。

<input type="textarea" name="skills" placeholder="list the skills you require here" required>

我希望文字区域的宽度和高度都更大。是否有可能在不使用CSS的情况下执行此操作

1 个答案:

答案 0 :(得分:0)

修改行和列,并获取textarea的派生宽度和高度。还要删除type =“textarea”,只需在元素textarea的开头键入。示例如下所示:

<textarea rows="4" cols="100" name="skills" placeholder="list the skills you require here"  style="resize:none" required>