Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

input type

 <input type="text">  
    <input type="password">  
    <input type="radio">  
    <input type="checkbox">  
    <input type="hidden">  
    <input type="time">  
    <input type="submit">   
    <input type="reset">  
    <input type="tel">  
    <input type="search">   
    <input type="week">
    <input type="range">   
    <input type="month">   
    <input type="url">  
    <input type="button" value="click">   
    <input type="email" value="mhmd.shrydh1996@gmail.com">   
    <input type="date" value="08/05/1996">  
    <input type="number" value="199999">  
    <input type="image" placeholder="image"  style="width:30px  " >   
    
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #input #type
ADD COMMENT
Topic
Name
5+2 =