BETA This is a new service — your feedback will help us to improve it.

Back to components

Back link

Always include a back link on question pages.

Some users don’t trust browser ‘back’ buttons when they’re entering data.

Adding a ‘back’ link reassures them that it’s possible to go back and change previous answers.

It should:

  • be at the top of the page
  • take them to the previous page
  • work when JavaScript isn’t available
Example Back

HTML Snippet for back link

<a href="#" class="link-back">Back</a>
Back to top