<a href="http://www.testdome.com">Check documentation</a> code example
Example: Check documentation
<style type="text/css">
a {
text-transform:uppercase;
text-decoration: none;
}
a{
cursor:help;
}
a::after {
content: "<";
}
a::before {
content: ">";
}
</style>