Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Css Text-decoration

/* Keyword values */
text-decoration: underline;
text-decoration: underline dotted;
text-decoration: underline dotted blue;
text-decoration: underline overline;
text-decoration: blue wavy underline;
text-decoration: line-through;
 
PREVIOUS NEXT
Tagged: #Css
ADD COMMENT
Topic
Name
6+1 =