label fixed for accesibility

This commit is contained in:
Set Hallstrom 2019-06-23 19:04:25 +02:00
parent e4b75c147b
commit 1b05ef4fcb

View file

@ -9,22 +9,22 @@
</div>
<div>
<label for="name">Namn:</label><br />
<input type="text" name="name" id="name" placeholder="Namn" class="contact" />
<input type="text" name="name" id="name" placeholder="Ditt fullständiga namn" class="contact" />
</div>
<div>
<label for="email">E-post Address:</label><br />
<input type="email" name="email" id="email" placeholder="E-post" required class="contact" />
<label for="email">E-post:</label><br />
<input type="email" name="email" id="email" placeholder="Din e-post adress" required class="contact" />
</div>
<div>
<label for="persnr">Personnummer:</label><br />
<input type="text" name="persnr" id="persnr" placeholder="Personnummer" class="contact" />
<input type="text" name="persnr" id="persnr" placeholder="Ditt Personnummer (Fördelsedatum räcker)" class="contact" />
</div>
<div>
<label for="postnummer">Postnummer:</label><br />
<input type="text" name="postnummer" id="postnummer" placeholder="Postnummer" class="contact" />
<input type="text" name="postnummer" id="postnummer" placeholder="Ditt postnummer" class="contact" />
</div>
<div>