text-decoration: underline;
The text-decoration: underline; property will draw a line underneath the affected text. This is the default setting for link “a” tags, and can be removed by using the text-decoration:none; setting.
| Value | Description |
|---|---|
| underline | Defines a line below the text |
Example:
text-decoration: underline; |
the rain in spain |
Default Setting Of:
hyperlinks