Skip to main contentCarbon Design System

Link

Code:
<!--
  Copyright IBM Corp. 2016, 2018

  This source code is licensed under the Apache-2.0 license found in the
  LICENSE file in the root directory of this source tree.
-->

<a href="#"
  class="bx--link">Link</a>
<a href="http://www.google.com"
  class="bx--link bx--link--visited ">Link</a>
<a class="bx--link" aria-disabled="true">Placeholder
  link</a>
<p class="bx--link--disabled">Disabled Link</p>
<div style="width:200px">
  <a href="#" class="bx--link">Text wrap example for
    hover, focus, and active state testing.</a>
</div>