發表文章

目前顯示的是有「udemy」標籤的文章

udemy: input /select option/ data list/ textarea/

form> method: post 資料不會顯示在網址  lable+input 搭配使用 input=type=" number " 搭配min="0" max="150" 最小和最大值 如果有小數點可用step增加級距 input= 一定要有id type name 但是value不一定  但是 value 一定要使用在 checkbox & radio顯示回傳什麼 三選一 input=type= radio name= 必填 和必須多個選項都 ㄧ樣的名稱 required只需要寫在其中一個input input=type= password 搭配限制minlength maxlength 字數長短 提示 placeholder require 必填 checked已預勾選 下拉式選單 select/ data list label+ select >option 不能打字 可多加一個空白option 為預設  select>option / data list可打字 label+input+datalist >option input> list 名字 必須= datalist> id名字 textarea label> for +textarea> name &id col直排=寬 row橫排=長 placehold=預設guid line