Horje
how to add vertical space between two text boxes in html Code Example
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>




Html

Related
why html Code Example why html Code Example
Open the image after clicking on the text with the effect in html Code Example Open the image after clicking on the text with the effect in html Code Example
netlify cms hidden field Code Example netlify cms hidden field Code Example
ng class conditional angular Code Example ng class conditional angular Code Example
sndl stock Code Example sndl stock Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8