+ 6
<a "href _____ _____ text-decoration : _______</a>
fill up the blanks pls
3 ответов
+ 7
<a href="https://www.google.com/" style="text-decoration: underline">click for Google</a>
+ 4
Xan beat me to it so i will just add that you have a few options for the text-decoration:
inherit = inherits decoration from parent
line-through = adds a line across the text.
overline = adds a line above its top point.
underline - adds line at base.
none = no decoration
+ 1
well! thnku.