Used to create a hyperlink to another location.
This component has only the default state.
<head>
<link rel="stylesheet" href="fabric.min.css">
<link rel="stylesheet" href="fabric.components.min.css">
</head>
<div class="ms-font-m">
<a href="#" class="ms-Link">Link to a webpage</a>
</div>
This component has no dependencies on other components.
Use the title
attribute to provide additional text describing the link, if the link text itself is not descriptive enough.
The Link inherits the font family, size, and weight of its parent element. This is why we have placed it within .ms-font-m
wrapper in the sample above.