html的<textarea>怎麼使用

來源:互聯網
上載者:User
今天我們來說一下怎樣動作表單控制項,form <textarea>文本地區表單標籤元素。下面給大家詳細的分析一下並且舉幾個小列子。

Html form <textarea>文本地區表單標籤元素

通過textarea案例教程讓大家最為form textarea表單控制項,輸入多文字文章使用textarea表單控制項。

textarea文本地區總結

textarea文法結構

<textarea name="DIV" cols="30" rows="4">網頁製作教程www.php.cn</textarea>

標籤內屬性說明

Name 為傳值命名

Cols 為字元寬度(每行輸入文字多少寬度),跟具體數字

Rows 為行數,預設輸入框地區顯示高度,跟具體數字

案例html代碼

<form action="" method="get">     <label>內容輸入:</label>     <textarea name="DIV" cols="30" rows="4">         www.php.cn-網頁製作教程     </textarea>  </form>

表單控制項的使用就這麼多,有需要的朋友可以儲存一下,也請大家持續關注本站的其他更新。。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.