- 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>
推薦閱讀
- C#程序設計(慕課版)
- SQL語言從入門到精通
- PostgreSQL 11從入門到精通(視頻教學版)
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- H5頁面設計:Mugeda版(微課版)
- 智能手機APP UI設計與應用任務教程
- Mastering ArcGIS Enterprise Administration
- Modern C++ Programming Cookbook
- 高效使用Greenplum:入門、進階與數據中臺
- 3D Printing Designs:Octopus Pencil Holder
- 從“1”開始3D編程
- Swift Essentials(Second Edition)
- AngularJS Web Application Development Cookbook
- Python程序員面試算法寶典
- ArcGIS Blueprints