Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<a href="/">a with href</a>
<a>a with no attributes</a>
<a name="anchor">a with name</a>
<a onclick=";">a with onclick</a>
<span role="link">span with role link</span>
</body>
</html>