Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Visual Example


Acceptance Criteria

As a screen reader user I should be provided with a form label for every form control.

As a screen reader user I should be able to explicitly associate text labels with their respective form control.


Markup and Code

<label for="feedback">Additional feedback and comments:</label><br>
<textarea id="feedback"></textarea>

View HTML markup on github

  • No labels