我想按照下图所示的格式重新调整文本区域标签的大小。我正在尝试使用段落标记进行换行,但它不起作用。
我的代码:
<label for="qual">This is the format i want the text-area to be displayed:</label>
<textarea id="qual" rows="5" cols="50" style="resize:none" placeholder="Description and Qualification"></textarea><br><br>
期望的输出:
原文由 Lucy 发布,翻译遵循 CC BY-SA 4.0 许可协议
将这些样式放在您的标签中,并根据您的需要调整最大宽度或最小宽度。
这在 Internet Explorer 中不起作用