Search
 
SCRIPT & CODE EXAMPLE
 

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>
Comment

PREVIOUS NEXT
Code Example
Html :: less css 
Html :: prefill input field html 
Html :: Chrome Extension change popup 
Html :: the use of span tag 
Html :: ios to pc file transfer 
Html :: html left quote 
Html :: template html 
Html :: table header html 
Html :: cnic pattern on input 
Html :: html text color tag 
Html :: bootstrap btn colors 
Html :: can i write php code in html file 
Html :: how to set a var in js to be a download 
Html :: index.html is stored in folder github 
Html :: alpine hide element after set time 
Html :: horizontal line html 
Html :: vue emit 
Html :: how to put text next to a checkbox in html 
Html :: fix form refresh sites html 
Html :: vue 3 emits 
Html :: picture element html 
Html :: how to use font awesome icons in html 
Html :: html newline 
Html :: html entity question mark 
Html :: input file img / input file image 
Html :: html mark tag 
Html :: horizontal line in table 
Html :: how to link another page in form submit 
Html :: handlerbars js conditional 
Html :: njk if 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =