Css remove style from links

Code examples

3
0

remove default style from links css

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}
0
0

remove basic html style link

a {
  color: blue;
  text-decoration: none; /* no underline */
}

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................