Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to add vertical space between two text boxes in html

Use <br> tag after your input tags 
ex: <input type="text" id="" placeholder="Enter Name"><br><br>
OR
Place each input tag into separate div tags.
ex: <div class="form-control"> //using class is optional,I use this for bootstrap 
        <input type="text" id="" placeholder="Enter Name">
    </div>
Comment

PREVIOUS NEXT
Code Example
Html :: eleventy loop over global data 
Html :: structure radio in html 
Html :: how to select text by a button in html 
Html :: git local and remote gitignore 
Html :: docusign alternative 
Html :: ubuntu command line open png 
Html :: banner slider bootstrap 
Html :: math whizz 
Html :: render navbar links/html link in div iframe without loading an entire page 
Html :: wie heilt man Cholesteatom 
Html :: Como dividir texto 2 colunas em HTML 
Html :: webview html 
Html :: njk else if 
Html :: vim terminal to add data in each line with file open 
Html :: adding images to html 
Html :: empecher saut de ligne html 
Html :: html textarea background text 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: how to align a section center in html 
Css :: how to alternate background colour in html div elements in css 
Css :: center div in middle of page 
Css :: navbar box shadow 
Css :: transition css hover 
Css :: text overflow ellipsis css 
Css :: inline styling width 
Css :: mat slide toggle change color 
Css :: css align items vertical center 
Css :: css image round 
Css :: css how to center images in a table cell 
Css :: downgrade composer to 1 in vagrant 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =