Required
How To Use
Add the required attribute to an input and the preceding label will automatically be prefixed by an asterisk.
<label>Username</label>
<input type="text" required />
Add the required attribute to an input and the preceding label will automatically be prefixed by an asterisk.
<label>Username</label>
<input type="text" required />