Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Design >> CSS >> How to define the style for anchor tag to underline on hover

a:link {text-decoration: none} a:visited {text-decoration: none} a:hover {text-decoration: underline} a:active {text-decoration: none} note the order is important! <outertag ...class="somestyleclass">sometext<a class="somestyleclass" href=....>link text</a></outertag> where outertag can be any HTML tag that encloses the <a> tag
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]