1 <!doctype html> 2 <html class="no-js" lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <title>Accessibility: Link Labels</title> 7 <meta name="description" content="Accessible links"> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 </head> 10 <body> 11 <a href="/monitoring/host/show?host=localhost" 12 title="Show detailed information about the host localhost" 13 aria-label="Show detailed information about the host localhost">localhost</a> 14 </body> 15 </html>