CSS Property:
text-decoration:
Result:

You can change the text-decoration by clicking on one of the properties on the left.

Note:The "blink" value is not supported in IE, Chrome, or Safari.

CSS Code:
div
{
text-decoration:none;
}
Click the property values above to see the result
W3Schools.com - Play it