Anchor tags everywhere!
Our marketing department gave a great idea of adding anchor tags everywhere on pages that are structured and therefore a bit longer than landing pages.
Take this page, for example: http://www.astd.org/Education/Certificate-Programs/Action-Learning-Certificate.aspx
We now will have the ability to send them directly to the Facilitators or Audience sections just by using an anchor:
<a name="facilitators"></a>
Did you know?
The anchor name attribute is deprecated on HTML5. They suggest the use of id’s instead.
Here for more: http://dev.w3.org/html5/markup/a.html
