WAPMASTERS
11:31 Wib . Tuesday, 14 01 2025
Home
About
Navigation
TYPE INPUT
Input type reset
<input type="reset" value="reset">
Input type button
<input type="button" value="button">
Input type radio
<input type="radio" value="">
Input type Password
<input value="1234" type="password">
Input type text
<input type="text" value="isi text">
Input type Checkbox
<input type="checkbox">
Input type File Upload
<input type="file">
Input type submit
<input type="submit" value="submit">
Go to Top