Link Search Menu Expand Document

Give Links Meaning by Using Descriptive Link Text

Summary

  • Use brief but descriptive text within the a tags to provide more meaning for screen readers when using links.

Final Code

<body>
  <header>
    <h1>Deep Thoughts with Master Camper Cat</h1>
  </header>
  <article>
    <h2>Defeating your Foe: the Red Dot is Ours!</h2>
    <p>...Click here for <a href="">information about batteries</a></p>
  </article>
</body>