HTML

<label for="fname">First Name *</label>
<input required aria-required="true" type="text" name="fname" id="fname">  

Output