Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text-decoration

a{
    text-decoration:underline; // default in A tag
    text-decoration:none;
    text-decoration: overline;
    text-decoration: line-through;
    text-decoration: underline overline;
}

//My youtube:'https://www.youtube.com/HasibulIslambd' 
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+3 =