Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Aria-label on anchor with aria-labelledby (no title attribute)</title>
</head>
<body>
<a href="test.html" id="test" aria-labelledby="ID1" aria-label="Tag">ABC</a>
<p id="ID1">Here is some labelledby text</p>
</body>
</html>