Stay Connected Get email updates on WWF-Canada’s critical conservation work and learn how you can make a difference. First Name* Last Name* Email* Postal Code* Question - Required - Let us know what you'd like to hear more about: Sign UpSubscribe Spam Control Text: Please leave this field empty WWF is collecting postal codes so we can send you news and invitations most relevant to your area.
Here I want to highlight the form. The form is an example of good accessibility practices. After looking at the HTML code we can see that the label and the corresponding form field are associated with each other because the for attribute and the id attribute are the same. Ex: for="cons_first_name" and id="cons_first_name".
This proper structure will make it easier for screen readers.