CSS - Remove underline in hyperlinks in a web page
By [)ia6l0 iii
Some times you may need to remove the underline in hyperlinks in a web page. You can use css to do that.
Use the Text Decoration property:
a:link { text-decoration: none; }
Related FAQs
Below is a short list of disadvantages of using inline styles
Margins are specified using the margin-top, margin-bottom, margin-left and margin-bottom properties. CSS allows you to specify these properties through a shorthand notation too.
You might use more than one rule through CSS on a single element. In such cases, you might like to define the precedence order on the rules.
A Selector in CSS define or select the html elements that the CSS rules apply for.
In CSS , we specify the color using the hexadecimal notation: # followed by the six digits.
An inline style is applied through the "Style" attribute to the element.
CSS - Remove underline in hyperlinks in a web page (991 Views)