Please enable JavaScript.
Coggle requires JavaScript to display documents.
การสร้างแบบฟอร์ม - Coggle Diagram
การสร้างแบบฟอร์ม
การสร้างฟอร์มแบบ Radio Button
<Input Type=“Radio”>…</Input>
การสร้างฟอร์มแบบ Checkbox
<Input Type=“Checkbox”>…</Input>
การสร้างฟอร์มแบบ Drop Down List
<Select>…</Select>
การสร้างฟอร์มแบบ Textarea
<Textarea>…</Textarea>
การสร้างปุ่มบันทึกข้อมูล หรือ ปุ่ม Submit
<Input Type=“Submit”>…</Input>
การสร้างปุ่มยกเลิกข้อมูล หรือปุ่ม Reset
<Input Type=“Reset”>…</Input>
การแบ่งส่วนฟอร์ม
สวยงาม กา หนดดว้ยแท็ก<Fieldset>…</Fieldset>
จา นวนมากกา หนดดว้ย<Legend>…</Legend>
การสร้างแบบฟอร์ม
<Form> … </Form>
การสร้างฟอร์มแบบ Text
<Input Type=“Text”>…<Input>
การสร้างฟอร์มเพื่อรับข้อมูลPassword
<Input Type=“Password”>…</Input>