7 lines
93 B
HTML
7 lines
93 B
HTML
<!doctype html>
|
|
<style>
|
|
:link {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<a href>Should be green</a>
|