CSS Test: Links

Last modified by XWikiGuest on 2021/05/03 07:42

Without altering the HTML, display an icon after all the external links in this document.

Edit CSS

<ul>
 <li><a href="/xwiki/bin/view/Test/C11">Link to the previous test</a> no icon here</li>
 <li><a href="http://www.w3.org">External link to W3C</a> an icon should appear here</li>
 <li><a href="/xwiki/bin/view/Main/">Link to the main page of this wiki</a> no icon</li>
 <li><a href="http://www.google.com">External link to Google</a> icon</li>
 <li><a href="http://www.xwiki.org">External link to XWiki.org</a> icon here, too</li>
 <li><a href="/xwiki/bin/view/XWiki/XWikiSyntax">Link to the XWiki syntax</a> no icon</li>
</ul>