Hovering a link makes the mouse pointer change to a little hand icon. Using a:hover, you can change the color of the text from the default on hover. To make all of the links on your web page not have underlines, configure the text-decoration style of the a (anchor) element. using CSS text-decoration:none; property we can easily remove underline from HTML links.So we have to write add this text-decoration:none; to our Anchor/Link tag as shown below. a:link{color:inherit;} Let's look at some HTML and CSS that will give us the effect we want. To finally remove the default underline of the link, you can target all the pseudo-classes and assign them a text-decoration property of none. Note: The href values look strange we've used dummy links here that don't really go anywhere. To remove the default blue color from link just use CSS color:black; property.Where you can choose any color like green, yellow, pink, gray, lightgray and more. The last rule, however, is interesting: we're inserting a custom background image on external links in a similar manner to how we handled custom bullets on list items in the last article. How can I set the default value for an HTML