- Practical Web Development
- Paul Wellens
- 50字
- 2021-07-16 13:14:07
Textarea
When input is expected in a form that is longer than just a few words, you can use the textarea
element to display an input box. You can specify the size of the box in rows and columns by using the rows
and cols
attributes. Here is an example:
<textarea row="4" cols="50" id="mytextbox"> </textarea>
推薦閱讀
- Learn Blockchain Programming with JavaScript
- C#程序設(shè)計(jì)實(shí)訓(xùn)指導(dǎo)書
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)第3版
- Backbone.js Blueprints
- Elasticsearch Server(Third Edition)
- AppInventor實(shí)踐教程:Android智能應(yīng)用開發(fā)前傳
- Python Data Analysis Cookbook
- Python High Performance Programming
- Python算法詳解
- NoSQL數(shù)據(jù)庫原理
- SQL Server實(shí)用教程(SQL Server 2008版)
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- 貫通Tomcat開發(fā)
- R的極客理想:量化投資篇
- CryENGINE Game Programming with C++,C#,and Lua