text-decoration: none;



The text-decoration:none; property will remove all text-decoration assigned styles. The none property is the default for html elements, it can return the text formatting to normal, and remove the underline from link tags.

Value Description
none Defines a normal text. This is default

Example:

text-decoration: none;

the rain in spain

Default Setting Of:

all elements, except hyperlinks