| input type | ใช้ในการกำหนด ช่องรับข้อมูลประเภทต่างๆ |
|---|
tag:<input type="value" />
value:text, password, hidden, submit, image, reset, button, file, checkbox, radio
position:<form> ... </form>
content:ใช้ในการกำหนด ช่องรับข้อมูลประเภทต่างๆ
example:<input type="text" name="panda" /> <input type="submit" name="submit" />