9 lines
196 B
HTML
9 lines
196 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
a {
|
|
text-decoration: underline;
|
|
background-color: rgb(0, 150, 0);
|
|
}
|
|
</style>
|
|
<a style="color: rgb(150, 0, 0)">Unvisited</a>
|
|
<a style="color: white">Visited</a>
|