Good afternoon!
Would you like to know how I can change the color of visited links on a page using javascript?
Good afternoon!
Would you like to know how I can change the color of visited links on a page using javascript?
You can use the bookmark in the css itself:
a:visited {
color: pink;
}
Source: link
Via javascript there is the method of changing the css: