Input with Label

PHOTO EMBED

Wed Feb 02 2022 12:10:20 GMT+0000 (Coordinated Universal Time)

Saved by @priyakothalkar #html

<div class="input-block">
    <label class="input-label">Enter your Name</label>
    <input type="text" class="input-ele" placeholder="Enter your name here" />
</div>
content_copyCOPY