Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make a distance between a label and input html

            <div>
                <label for="1">search </label>
                <br>
                <br>
                <input type="search" id="1" placeholder="Enter A Search Word"   >
            </div>
 
PREVIOUS NEXT
Tagged: #distance #label #input #html
ADD COMMENT
Topic
Name
2+3 =