Remove underline from links in uc browser

broken image

(If you’re new to HTML/CSS and don’t know how to do this, read on I’ve explained it later in this post). To override this default styling, simply insert one or more CSS stylesheets with your own styles into your HTML document. For example, these are the default CSS stylesheets of Gecko (Firefox) and of WebKit (Chrome, Safari, others) browsers. Links in HTML Documents (And Why It Matters)īrowsers apply a default CSS stylesheet to the DOM elements in your HTML documents. This tutorial will teach you exactly how to do this for all links, a group of links, or a single link. To remove the underline from one or multiple links in your HTML document, give them the CSS property of text-decoration: none. This raises the question: If you don’t want links to be underlined on your website, how can you remove that underlining?

broken image