<textarea>標籤功用是設定多行輸入的文字內容,預設值寫在<textarea>和 </textarea>內。
<select>標籤功用是設定單選的選項,其選項較多、字數也較多。
以下介紹<select>內放置的標籤:
<option>寫入顯示在網頁上的選項與昨日學習到的知識做比較。
<textarea>標籤是設定多行輸入的文字內容,而<input type="text">是設定單行輸入的文字內容。<select>標籤其輸入的選項較多、字數也較多,而<input type="radio">用於選項較少、字數也較少。<input type="password"><input type="hidden"><input type="file"><from>標籤屬性中加入enctype="multipart/form-data"。<input type="email"><input type="number"><input type="range"><output>輸出標籤與JavaScript程式才會顯示拖曳的數值。<input type="color"><input type="date">