Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to add an input next to each other

<form action="" class="form-inline">
    <div class="form-group">
        <input type="text" class="form-control" placeholder="MinVal">
    </div>
    <div class="form-group">    
         <input type="text" class="form-control" placeholder="MaxVal">   
    </div>
</form>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #input
ADD COMMENT
Topic
Name
9+1 =