Answers for "remove style in html ph"

CSS
0

remove style from a tag

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
Posted by: Guest on May-16-2020
1

remove style from a tag

a { color: inherit; }
Posted by: Guest on May-11-2020

Browse Popular Code Answers by Language