labeled inputs

PHOTO EMBED

Fri Feb 04 2022 17:38:56 GMT+0000 (Coordinated Universal Time)

Saved by @vijaytembugade #html

 <label>
     <span class="input-label"> Enter your Name </span>
     <input class="input-element" required type="text" />
 </label>

 <label>
     <span class="input-label"> Enter your Password </span>
     <input class="input-element" required type="password" />
 </label>
content_copyCOPY