"Fossies" - the Fresh Open Source Software Archive

Member "icingaweb2-2.11.4/doc/accessibility/link-labels.html" (26 Jan 2023, 547 Bytes) of package /linux/www/icingaweb2-2.11.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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>