TOP

v65:skipToContent

<v65:skipToContent targetID="mainContent"></v65:skipToContent>

Description: This tag creates a hidden button that will appear only when tabbed to at the top left corner of the page. Clicking it will move the users focus to the section you give it. This is to be added to make your website more usable to users using screen readers or those with disabilities or accessibility issues.

Required Attribute:

targetID: The id of the section you want users to focus on when they click the button. This id must exist elsewhere on the page for this to work
usage: <v65:skipToContent targetID="mainContent"></v65:skipToContent>

HTML Source Output:

<div id="v65-skipToContent">
    <a href="#mainContent">Skip to Main Content</a>
</div>