Answers for "how change border style in js"

5

how to change hyperlink color in css

a {
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
Posted by: Guest on November-20-2019
2

how to change color in html

<font color="red">This is some text!</font>
Posted by: Guest on February-09-2020

Browse Popular Code Answers by Language