One interesting feature is the ability to set a different "href" attribute for an anchor tag when JavaScript is disabled.
For instance:
When JavaScript is enabled:
<a href="#news">News</a>
If JavaScript is not enabled:
<a href="news.html">News</a>