7 lines
89 B
HTML
7 lines
89 B
HTML
<!doctype html>
|
|
<style>
|
|
a {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<a href="">Which color?</a>
|