HTML Text Input Generator
An input type "text" lets users enter a single-line text string.
Preview
Code
<input type="text" class="text-input" name="myText" placeholder="Enter your text here.." id="text"/>
An input type "text" lets users enter a single-line text string.
<input type="text" class="text-input" name="myText" placeholder="Enter your text here.." id="text"/>