5 lines
148 B
HTML
5 lines
148 B
HTML
<!doctype html>
|
|
<style>
|
|
a { text-decoration: none !important }
|
|
</style>
|
|
<a href="#">Should have an underline regardless of what the page says</a>
|