Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

text box

<input type="text" class="form-control" placeholder="Input box">
<input type="text" class="form-control" placeholder="Input box (disabled)" disabled>
<textarea class="form-control" rows="2" placeholder="Textarea"></textarea>
<textarea class="form-control" rows="2" placeholder="Textarea (disabled)" disabled></textarea>
                    
Source by localhost #
 
PREVIOUS NEXT
Tagged: #text #box
ADD COMMENT
Topic
Name
9+7 =