text input field
Input field example. You can change type attribute to control what data values can be inserted by the user and the behavior of the input.
                
<input type="text" name="label-name" value="Default value" placeholder="Field placeholder" tabindex="0">
 
    
    Output:
        
            
             copy