我想要做的是增加输入标签内文本区域的大小。我在google上查了一下,我得到的只是textarea标签的解决方案,而不是输入文本区域。
<input type="textarea" name="skills" placeholder="list the skills you require here" required>
我希望文字区域的宽度和高度都更大。是否有可能在不使用CSS的情况下执行此操作
答案 0 :(得分:0)
修改行和列,并获取textarea的派生宽度和高度。还要删除type =“textarea”,只需在元素textarea的开头键入。示例如下所示:
<textarea rows="4" cols="100" name="skills" placeholder="list the skills you require here" style="resize:none" required>