mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
267 B
HTML
10 lines
267 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Title attribute, no aria-label, aria-labelledby</title>
|
|
</head>
|
|
<body>
|
|
<a href="test.html" id="test" title="Tag"></a>
|
|
</body>
|
|
</html>
|